From d0679da4f32158b3091bd2862c4b9ce7efc5db29 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 4 Jun 2007 01:02:32 -0400 Subject: makeworld: var rename from version -> myver Signed-off-by: Dan McGee --- scripts/makeworld.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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] [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 .\n" echo printf "This is free software; see the source for copying conditions.\n" -- cgit v1.2.3-24-g4f1b