From: Amos Jeffries Date: Sun, 8 Feb 2009 04:34:34 +0000 (-0700) Subject: TestBed: paths are not portable X-Git-Tag: SQUID_3_2_0_1~1206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ba90b7a10da2731de0e1c73c8a9d048b11b111a;p=thirdparty%2Fsquid.git TestBed: paths are not portable --- diff --git a/scripts/testbed.sh b/scripts/testbed.sh index c09e618eb4..d8587c8332 100755 --- a/scripts/testbed.sh +++ b/scripts/testbed.sh @@ -8,9 +8,9 @@ echo "" # system details - echo -n "SYSTEM: " && /bin/uname -rsim - echo -n "DATE: " && /bin/date - echo -n "SQUID: " && (bzr info | grep "public branch") + echo -n "SYSTEM: " && uname -rsim + echo -n "DATE: " && date + echo -n "SQUID:" && (bzr info | grep "public branch") # build results bzr update