about summary refs log tree commit diff
path: root/buildtools
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-10-13 01:57:12 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-10-13 01:57:12 +0000
commit94a6e73d78b544734adfeba43672009fb5b57520 (patch)
tree59b243f2651d8518068ebbbdcbb1c9f4e7349cfb /buildtools
parent8e190b5227da0a69a37b11cc6df34cb06d5bee12 (diff)
downloadnetpbm-mirror-94a6e73d78b544734adfeba43672009fb5b57520.tar.gz
netpbm-mirror-94a6e73d78b544734adfeba43672009fb5b57520.tar.xz
netpbm-mirror-94a6e73d78b544734adfeba43672009fb5b57520.zip
cleanup
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2645 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'buildtools')
-rwxr-xr-xbuildtools/stamp-date2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/stamp-date b/buildtools/stamp-date
index 5fb6c13a..32839e94 100755
--- a/buildtools/stamp-date
+++ b/buildtools/stamp-date
@@ -9,7 +9,7 @@
 # documentation.  This software is provided "as is" without express or
 # implied warranty.
 #
-DATE=`date`
+DATE=$(date)
 LOGNAME_OR_UNKNOWN=${LOGNAME:-UNKNOWN}
 USER=${USER:-$LOGNAME_OR_UNKNOWN}
 if [ "$USER" = "UNKNOWN" ]; then