index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-01-30 05:41:13 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-01-30 05:41:13 +0000 |
commit | 0bc06918e4b93cae874c09f4b1d487865ca44fbd (patch) | |
tree | a10a1a774d49fb06b42b60eaa072a85889b8e88a /scripts/makeworld | |
parent | e668b471426d7c8c406ace6ad05d0c5aefc56dea (diff) |
-rwxr-xr-x | scripts/makeworld | 2 |
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 |