fix space

This commit is contained in:
Heavybullets8 2022-06-13 15:00:51 -06:00
parent 1845d3c9c0
commit 48d71ffc2e

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:]]\?//'
SCRIPT=$(readlink -f "$0")
SCRIPTPATH=$(dirname "$SCRIPT")
SCRIPTNAME="$0"