Skip to content

Commit f851e4d

Browse files
committed
Fixed path on MACOS
1 parent 7dcd995 commit f851e4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shellPass.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ case $MAX in
8181
esac
8282
_writeinfile
8383
}
84+
8485
_writeinfile(){
85-
# write in file
8686
SCRIPT_PATH="${BASH_SOURCE:-$0}"
8787
ABS_SCRIPT_PATH="$(realpath "${SCRIPT_PATH}")"
8888
ABS_DIRECTORY="$(dirname "${ABS_SCRIPT_PATH}")"

0 commit comments

Comments
 (0)