Skip to content
Snippets Groups Projects
Commit c8bfc383 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch b1_4

Shouldn't be able to run land2.sh with uncommitted changes.
parent 17a51fe7
No related merge requests found
......@@ -15,7 +15,7 @@ if [ -f "$CONFLICTS" ] ; then
exit
fi
#cvs update $dir 2>&1 | grep "^M" && echo "uncommitted changes" && exit 1
cvs update $dir 2>&1 | grep "^M" && echo "uncommitted changes" && exit 1
echo -n "Tagging as ${CHILD}_BASE_$date ..."
$CVS tag -F ${CHILD}_BASE_$date $dir
......
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