index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-06-04 01:02:32 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-06-04 16:54:25 -0400 |
commit | d0679da4f32158b3091bd2862c4b9ce7efc5db29 (patch) | |
tree | 3cf0a093e8de201790bfb06e2bf9c1e48d7b50a0 | |
parent | c6c60bcc80959ce5ad54bbd690612e19202520a1 (diff) |
-rw-r--r-- | scripts/makeworld.in | 6 |
diff --git a/scripts/makeworld.in b/scripts/makeworld.in index e752b119..23976b5e 100644 --- a/scripts/makeworld.in +++ b/scripts/makeworld.in @@ -21,11 +21,11 @@ # USA. # -version="@PACKAGE_VERSION@" +myver="@PACKAGE_VERSION@" toplevel=$(pwd) usage() { - echo "makeworld version $version" + printf "makeworld (pacman) %s\n" "$myver" echo "usage: $0 [options] <destdir> <category> [category] ..." echo "options:" echo " -b, --builddeps Build missing dependencies from source" @@ -55,7 +55,7 @@ usage() { } version() { - printf "makeworld (pacman) %s\n" "$version" + printf "makeworld (pacman) %s\n" "$myver" printf "Copyright (C) 2002-2007 Judd Vinet <jvinet@zeroflux.org>.\n" echo printf "This is free software; see the source for copying conditions.\n" |