changeset 1063:de457bd243b4

8043182: hgforest.sh: syntax error on line 329 Reviewed-by: darcy
author mduigou
date Wed, 14 May 2014 16:45:07 -0700
parents aa7e34e738cf
children 3f1b7ff6136f
files common/bin/hgforest.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/common/bin/hgforest.sh	Tue May 13 08:42:44 2014 -0700
+++ b/common/bin/hgforest.sh	Wed May 14 16:45:07 2014 -0700
@@ -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 @@
                 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