mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-10-31 17:25:58 +01:00
[resources] Use realpath instead of readlink in fix-java-javadoc.sh
This commit is contained in:
parent
ba5c2e46d8
commit
70cb9e8a94
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ cd "`dirname "${SCRIPTDIR}"`" > /dev/null
|
||||||
SCRIPTDIR="`pwd`";
|
SCRIPTDIR="`pwd`";
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
|
|
||||||
SMACK_DIR=$(readlink "${SCRIPTDIR}"/..)
|
SMACK_DIR=$(realpath "${SCRIPTDIR}"/..)
|
||||||
|
|
||||||
FIND_ALL_JAVA_SRC="find ${SMACK_DIR} \
|
FIND_ALL_JAVA_SRC="find ${SMACK_DIR} \
|
||||||
-type f \
|
-type f \
|
||||||
|
|
Loading…
Reference in a new issue