Re-instate exit if change-log or bogus data not found

This commit is contained in:
Brian Read 2023-07-03 11:00:19 -04:00
parent 27b59de7aa
commit 211c2ee576

2
git-cvs2git.sh Executable file → Normal file
View File

@ -148,6 +148,7 @@ if type -P change-log >/dev/null 2>&1; then
if [ $DEBUG ] ; then echo "************change-log is installed" ; fi if [ $DEBUG ] ; then echo "************change-log is installed" ; fi
else else
echo "ERROR********************change-log is not installed*********** (try installing smeserver-mockbuild)" echo "ERROR********************change-log is not installed*********** (try installing smeserver-mockbuild)"
exit 1
fi fi
if [ $DEBUG ] ; then echo "************..and also note bug:12340" ; fi if [ $DEBUG ] ; then echo "************..and also note bug:12340" ; fi
@ -155,6 +156,7 @@ if type -P BogusDateBot.sh >/dev/null 2>&1; then
if [ $DEBUG ] ; then echo "************BogusDateBot.sh is installed"; fi if [ $DEBUG ] ; then echo "************BogusDateBot.sh is installed"; fi
else else
echo "ERROR********************BogusDateBot.sh is not installed*********** (try installing smeserver-mockbuild)" echo "ERROR********************BogusDateBot.sh is not installed*********** (try installing smeserver-mockbuild)"
exit 1
fi fi
# Create work directories # Create work directories