diff --git a/bin/download-plantuml.sh b/bin/download-plantuml.sh index ea964fa..2c01e73 100755 --- a/bin/download-plantuml.sh +++ b/bin/download-plantuml.sh @@ -1,12 +1,7 @@ #!/bin/sh - -realpath() { - [[ $1 = /* ]] && echo "$1" || echo "$PWD/${1#./}" -} - # Where the script is executed -CURRENT_PATH="$(dirname "$(realpath "$0")")" +CURRENT_PATH="$(dirname "$0")" # Where to download the file OUTPUT_PATH="${CURRENT_PATH}/plantuml.jar"