summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-08 17:49:12 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-08 17:49:12 +0000
commit799954471ccd94481ef5c5aa66fe9d9027f795eb (patch)
tree7ca475c949bbced2d0b0b31ee76e08baa91f4e4a
parentc695a30d30890fdb282b3dd0724dd957ebd18ad1 (diff)
downloadATCD-799954471ccd94481ef5c5aa66fe9d9027f795eb.tar.gz
ChangeLogTag:Sun Jun 8 17:55:18 UTC 2003 Don Hinton <dhinton@dresystems.com>
-rw-r--r--ChangeLog5
-rwxr-xr-xbin/g++_metric.sh4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 156fca591bb..89cab5a5310 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Jun 8 17:55:18 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * bin/g++_metrics.sh:
+ Fixed a typo that caused the script to fail.
+
Sun Jun 8 10:52:23 2003 Nanbor Wang <nanbor@cs.wustl.edu>
* bin/PerlACE/Process.pm:
diff --git a/bin/g++_metric.sh b/bin/g++_metric.sh
index cc7e763523e..93af97932a1 100755
--- a/bin/g++_metric.sh
+++ b/bin/g++_metric.sh
@@ -21,8 +21,8 @@ do
shift
done
-// we echo out "(%x)", the return value from g++, so the script processes the output
-// will only use times for successful compilations, i.e., "(0)".
+# echo out "(%x)", the return value from g++, so the script processes the output
+# will only use times for successful compilations, i.e., "(0)".
/usr/bin/time -f "//compile time(%x): ${PWD#$ACE_ROOT/}/${target} %U %S" g++ $commandline
retval=$?