Skip to content

Commit 6dc26fe

Browse files
author
jfpoilpret
committed
Fix wrong path in shell script
1 parent e8beaf9 commit 6dc26fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

make/build-release

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
# 6. Regenerate docs
1212

1313
CURDIR=`pwd`
14-
MAKEDIR=$(dirname "$0")
14+
SCRIPT=$(readlink -f "$0")
15+
MAKEDIR=$(dirname "$SCRIPT")
1516
BASEDIR=$MAKEDIR/..
1617
DOCDIR=$BASEDIR/basedoc
1718

0 commit comments

Comments
 (0)