cleanup - create-vm.sh moves to build
[infrastructure.git] / scripts / crontabs.sh
index 1c1ba29..3f9ebf9 100755 (executable)
@@ -30,7 +30,6 @@
 # the config file can optionnally get passed as an argument
 
 COMMAND=$(basename $0)
-REV=$(echo '$Revision$' | sed -e 's,\$,,g')
 
 DEF_CONFIG="$HOME/.$(basename ${COMMAND} .sh)rc"
 
@@ -196,7 +195,7 @@ main () {
   done
 
   if [ -n "$OPT_VERSION" ] ; then
-    echo "This is $COMMAND, $REV"
+    echo "This is $COMMAND"
     exit 0
   fi