]> andersk Git - libfaim.git/blobdiff - mkbuildinfo.sh
- Tue Aug 8 04:15:47 UTC 2000
[libfaim.git] / mkbuildinfo.sh
index ed36c5a7499db4925bb31e2da42e0b04e266548f..32357d7b7fdc8f128b084dd6f7020bdc4a64255d 100755 (executable)
@@ -1,10 +1,10 @@
-#!/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 -n `date +%Y%m%d` >> 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 "\"" >> aim_buildcode.h
This page took 0.050995 seconds and 4 git commands to generate.