From db19df5ef48bf4082b6dd6ee8fd658b4fc530768 Mon Sep 17 00:00:00 2001 From: Thomas Sachau Date: Thu, 11 Sep 2008 19:23:01 +0000 Subject: sunrise/sunrise/scripts/review: die if creating new local.use.desc fails svn path=/sunrise/; revision=7068 --- scripts/review | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/review b/scripts/review index 54c7e748a..8000a0d79 100755 --- a/scripts/review +++ b/scripts/review @@ -91,7 +91,7 @@ while [[ $# > 0 ]] ; do done cd sunrise -sh scripts/use_desc_gen.sh . +sh scripts/use_desc_gen.sh . || exit $? if [[ $(svn diff profiles/use.local.desc) ]]; then svn diff profiles/use.local.desc | if [[ "$opt_quiet" == "0" ]] ; then less; else cat; fi echo -n "${BOLD}Commit changes?${NORMAL} [${GREEN}Yes${NORMAL}/${RED}No${NORMAL}] " -- cgit v1.2.3-65-gdbad