From 0bc06918e4b93cae874c09f4b1d487865ca44fbd Mon Sep 17 00:00:00 2001
From: Dan McGee <dan@archlinux.org>
Date: Tue, 30 Jan 2007 05:41:13 +0000
Subject: * Remove -fno-strict-aliasing as it is now unnecessary to compile. *
 Fix up add.c a bit better than it was in regards to FS #3492. * Optimized the
 sqrt call in dependency cycle checking to a single call. * Removal of an
 outdated comment.

---
 scripts/makeworld | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'scripts')

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
-- 
cgit v1.2.3-2-g168b