]> Dogcows Code - chaz/tint2/blobdiff - get_svnrev.sh
*add* adding a dummy configure file which reports for the user that we've changed...
[chaz/tint2] / get_svnrev.sh
index c6466ab06ab9860a11ad5eeb8a2912b6eb7e5928..b537a60ce03e08692114520e1ba17804763ff2c1 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-FALLBACK="0.10-svn"
+FALLBACK=\"0.10-svn\"
 
 if [[ $# -eq 0 ]]; then
   DIR=.
@@ -22,7 +22,7 @@ fi
 
 if [[ ${REV_OLD} != ${REV} ]]; then
   echo "Building new version.h"
-  echo "#define VERSION_STRING "${REV}"" > version.h
+  echo "#define VERSION_STRING ${REV}" > version.h
 fi
 
 
This page took 0.020261 seconds and 4 git commands to generate.