Commit 5bae1c2a authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Fix an occasional issue with a basename call

parent 0d6166e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
SCRIPT_NAME=`basename $0`
SCRIPT_NAME=`basename -- $0`

BOLD=`tput bold`
UNBOLD=`tput sgr0`