提交 6b4afc7c 编写于 作者: M mduigou

8043182: hgforest.sh: syntax error on line 329

Reviewed-by: darcy
上级 fc98d22d
#!/bin/sh #!/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. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
# #
# This code is free software; you can redistribute it and/or modify it # This code is free software; you can redistribute it and/or modify it
...@@ -326,7 +326,7 @@ else ...@@ -326,7 +326,7 @@ else
echo "ERROR: Missing parent path: ${parent_path}" > ${status_output} echo "ERROR: Missing parent path: ${parent_path}" > ${status_output}
exit 1 exit 1
fi fi
times=`expr ${times} '+' 1)` times=`expr ${times} '+' 1`
if [ `expr ${times} '%' 10` -eq 0 ] ; then if [ `expr ${times} '%' 10` -eq 0 ] ; then
echo "${parent_path} still not created, waiting..." > ${status_output} echo "${parent_path} still not created, waiting..." > ${status_output}
fi fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册