From 6945cb5f9d41745fcc65ed668f4ac202fab8e6bb Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Thu, 19 Jul 2001 15:07:33 +0000 Subject: updated Croatian file --- urpmf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'urpmf') diff --git a/urpmf b/urpmf index dc1e471f..06514da1 100755 --- a/urpmf +++ b/urpmf @@ -16,7 +16,8 @@ while true do case $1 in -h|--help) - $ECHO "urpmf version" `rpm -q rpmtools --qf '%{VERSION}'` + TMPDATA=`$ECHO "urpmf version %s"` + printf "$TMPDATA" `rpm -q rpmtools --qf '%{VERSION}'` ; echo $ECHO "Copyright (C) 1999,2000,2001 MandrakeSoft." $ECHO "This is free software and may be redistributed under the terms of the GNU GPL." echo -- cgit v1.2.1