about summary refs log tree commit diff
path: root/buildtools
diff options
context:
space:
mode:
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