This commit is contained in:
Heavybullets8 2022-06-13 15:05:31 -06:00
parent 05906fee68
commit a0f83bc66a

View File

@ -5,7 +5,7 @@
ARGS="$@" ; echo "$ARGS" | sed -e 's/[[:space:]]?--self-update[[:space:]]?//'
ARGS="$@" ; echo "$ARGS" | sed -E 's/[[:space:]]?--self-update[[:space:]]?//g'
SCRIPT=$(readlink -f "$0")
SCRIPTPATH=$(dirname "$SCRIPT")
SCRIPTNAME="$0"