Removing live-snapshot version as this component is always released within live-initr...
authorDaniel Baumann <daniel@debian.org>
Sat, 31 May 2008 22:38:48 +0000 (00:38 +0200)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:47:59 +0000 (17:47 +0100)
bin/live-snapshot

index b5a7fa4..0038c87 100755 (executable)
@@ -34,7 +34,6 @@ set -eu
 export USERNAME USERFULLNAME HOSTNAME
 
 PROGRAM="$(basename $0)"
-VERSION=0.0.2
 
 # Needs to be available at run and reboot time
 SAFE_TMPDIR="/live"
@@ -100,7 +99,7 @@ Usage ()
 
 Version ()
 {
-       echo "${PROGRAM}, version ${VERSION}"
+       echo "${PROGRAM}"
        echo
        echo "Copyright (C) 2006 Marco Amadori <marco.amadori@gmail.com>"
        echo