diff options
-rwxr-xr-x | ansi2unicode.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansi2unicode.sh b/ansi2unicode.sh index 210b8b9..2272ab9 100755 --- a/ansi2unicode.sh +++ b/ansi2unicode.sh @@ -3,10 +3,10 @@ # Convert code page ANSI file to UTF-16 LE # -_=$(basename $0) +NAME=$(basename $0) if [ -z "$1" ] ; then - echo $_ : usage $_ file ... + echo $NAME : usage $NAME file ... exit 1 fi |