From 1181836197e84133bb1740901683208b5b1bbf09 Mon Sep 17 00:00:00 2001 From: Ian C Date: Wed, 9 Sep 2020 08:30:31 +0000 Subject: Fixed usage error. --- ansi2unicode.sh | 4 ++-- 1 file 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 -- cgit v1.2.3