]> andersk Git - libfaim.git/blobdiff - mkbuildinfo.sh
- Wed May 31 01:17:24 UTC 2000
[libfaim.git] / mkbuildinfo.sh
index 5eb1c4fdc8518b46e8d616733161d60e3c65b043..ed36c5a7499db4925bb31e2da42e0b04e266548f 100755 (executable)
@@ -1,6 +1,10 @@
 #!/bin/bash
 rm -rf aim_meta.o aim_buildcode.h
-echo -n "#define AIM_BUILDDATE " > aim_buildcode.h
-echo `date +%Y%m%e` >> aim_buildcode.h
-echo -n "#define AIM_BUILDTIME " >> aim_buildcode.h
-echo `date +%H%M%S` >> aim_buildcode.h
+
+echo -n "#define AIM_BUILDDATE \"" > aim_buildcode.h
+echo -n `date +%Y%m%e` >> aim_buildcode.h
+echo "\"" >> aim_buildcode.h
+
+echo -n "#define AIM_BUILDTIME \"" >> aim_buildcode.h
+echo -n `date +%H%M%S` >> aim_buildcode.h
+echo "\"" >> aim_buildcode.h
\ No newline at end of file
This page took 0.030195 seconds and 4 git commands to generate.