From 0c6f8b34e7d2336cdac9a86e450e5400e7a53b80 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 11 Oct 2011 19:44:14 +1000 Subject: Use the bash builtin time command, it's output is much nicer by default. --- linden/scripts/linux/3-compile-SL-source | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'linden/scripts/linux') diff --git a/linden/scripts/linux/3-compile-SL-source b/linden/scripts/linux/3-compile-SL-source index 9a898ad..34395bb 100755 --- a/linden/scripts/linux/3-compile-SL-source +++ b/linden/scripts/linux/3-compile-SL-source @@ -54,7 +54,7 @@ source config-SL-source function compile() { cd $PATH_TO_SOURCES/indra echo "Compiling the client into $TEMP_DIR..." - nice -n 19 ionice -c 3 time ./develop.py --type=Release build + nice -n 19 ionice -c 3 ./develop.py --type=Release build # if (($? == 0)) ; then # mv -f $PATH_TO_SOURCES/indra/viewer-linux-i686*/newview/SecondLife*.tar.bz2 $HOME/ # fi @@ -97,4 +97,5 @@ else FATAL_WARNINGS="" fi -compile +time compile + -- cgit v1.1