]> andersk Git - libfaim.git/blobdiff - mkbuildinfo.sh
- Thu Dec 14 03:39:34 UTC 2000
[libfaim.git] / mkbuildinfo.sh
index ed36c5a7499db4925bb31e2da42e0b04e266548f..075687d287e43d3ebe1ed98863b59f94e02751c2 100755 (executable)
@@ -1,10 +1,5 @@
-#!/bin/bash
+#!/bin/sh
 rm -rf aim_meta.o 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
+echo "#define AIM_BUILDDATE \"`date +%Y%m%d`\"" > aim_buildcode.h
+echo "#define AIM_BUILDTIME \"`date +%H%M%S`\"" >> aim_buildcode.h
This page took 0.02948 seconds and 4 git commands to generate.