From: Sergey Poznyakoff Date: Mon, 10 May 2004 11:38:54 +0000 (+0000) Subject: Fixed --version output. X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=2b708cb119c74bb8eaac94794c2864ca36b6da75 Fixed --version output. --- diff --git a/scripts/restore.in b/scripts/restore.in index 35c7f13..70b5b08 100644 --- a/scripts/restore.in +++ b/scripts/restore.in @@ -67,7 +67,7 @@ do ;; -v*) VERBOSE=`expr $option : "-v\(.*\)"`;; -V|--v|--ve|--ver|--vers|--versi|--versio|--version) - echo "restore; @PACKAGE@ (@VERSION@)" + echo "restore (@PACKAGE@ @VERSION@)" exit 0;; -L|--li|--lic|--lice|--licen|--licens|--license) license