Skip to content
Snippets Groups Projects
Commit e2536cd3fa9c authored by szeka.wong's avatar szeka.wong
Browse files

Fix unwanted commit.

parent 4b34f22e53b1
No related branches found
No related tags found
No related merge requests found
......@@ -13,8 +13,8 @@
if [ "$ignore_git" = "True" ];
then
hg cfensureconf || echo "ignore all cfensureconf errors to bypass bad error code with git repositories"
#else
# hg cfensureconf || { echo 'hg cfensureconf failed' ; popd ; exit 1; }
else
hg cfensureconf || { echo 'hg cfensureconf failed' ; popd ; exit 1; }
fi
popd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment