8043182: hgforest.sh: syntax error on line 329

Wed, 14 May 2014 16:45:07 -0700

author
mduigou
date
Wed, 14 May 2014 16:45:07 -0700
changeset 1149
de457bd243b4
parent 1148
aa7e34e738cf
child 1151
3f1b7ff6136f

8043182: hgforest.sh: syntax error on line 329
Reviewed-by: darcy

common/bin/hgforest.sh file | annotate | diff | comparison | revisions
     1.1 --- a/common/bin/hgforest.sh	Tue May 13 08:42:44 2014 -0700
     1.2 +++ b/common/bin/hgforest.sh	Wed May 14 16:45:07 2014 -0700
     1.3 @@ -1,6 +1,6 @@
     1.4  #!/bin/sh
     1.5  #
     1.6 -# Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7 +# Copyright (c) 2009, 2014, Oracle and/or its affiliates. All rights reserved.
     1.8  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9  #
    1.10  # This code is free software; you can redistribute it and/or modify it
    1.11 @@ -326,7 +326,7 @@
    1.12                  echo "ERROR: Missing parent path: ${parent_path}" > ${status_output}
    1.13                  exit 1
    1.14                fi
    1.15 -              times=`expr ${times} '+' 1)`
    1.16 +              times=`expr ${times} '+' 1`
    1.17                if [ `expr ${times} '%' 10` -eq 0 ] ; then
    1.18                  echo "${parent_path} still not created, waiting..." > ${status_output}
    1.19                fi

mercurial