Skip to content

Commit 44af152

Browse files
committed
Partial reversion of maple_upload
Change at line 20 unnecessary.
1 parent 5a1944c commit 44af152

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/linux/maple_upload

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fi
1717

1818

1919
# Get the directory where the script is running.
20-
DIR=$(dirname "$(readlink -f "$0")")
20+
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
2121

2222
# ----------------- IMPORTANT -----------------
2323
# The 2nd parameter to upload-reset is the delay after resetting before it exits

0 commit comments

Comments
 (0)