diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/makeworld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makeworld b/scripts/makeworld index 597e0b7a..99dfff0b 100755 --- a/scripts/makeworld +++ b/scripts/makeworld @@ -148,7 +148,7 @@ for category in $*; do fi done done -ed=`date +"[%b %d %H:%M]"` +ed=$(date +"[%b %d %H:%M]") echo "makeworld complete." >>$toplevel/build.log echo " started: $sd" >>$toplevel/build.log |