aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormduigou <none@none>2014-05-14 16:45:07 -0700
committermduigou <none@none>2014-05-14 16:45:07 -0700
commitc63760eeb45688dac4696e253ed34aa8f7a582d5 (patch)
tree3e59b060f5432a831c0bc900f73acd2a5611c5eb
parent870ba9e6f36cf81408d9bdacb7ddf94806475213 (diff)
downloadjdk8u-c63760eeb45688dac4696e253ed34aa8f7a582d5.tar.gz
8043182: hgforest.sh: syntax error on line 329
Reviewed-by: darcy
-rw-r--r--common/bin/hgforest.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/bin/hgforest.sh b/common/bin/hgforest.sh
index 4ee4b9c..13e9142 100644
--- a/common/bin/hgforest.sh
+++ b/common/bin/hgforest.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2009, 2014, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
@@ -326,7 +326,7 @@ else
echo "ERROR: Missing parent path: ${parent_path}" > ${status_output}
exit 1
fi
- times=`expr ${times} '+' 1)`
+ times=`expr ${times} '+' 1`
if [ `expr ${times} '%' 10` -eq 0 ] ; then
echo "${parent_path} still not created, waiting..." > ${status_output}
fi