diff options
-rwxr-xr-x | bin/runmirrors | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/runmirrors b/bin/runmirrors index 1b4436b..f5f6efc 100755 --- a/bin/runmirrors +++ b/bin/runmirrors @@ -26,7 +26,7 @@ set -u # he can set BASEDIR, and we will take that. If it is unset we take ${HOME} BASEDIR=${BASEDIR:-"${HOME}"} -NAME="`basename $0`" +NAME="$(basename $0)" HELP="$0, (C) 2008, 2009 by Joerg Jaspert <joerg@debian.org>\n Usage:\n\n |