diff options
author | Thomas Sachau <tommy@gentoo.org> | 2008-09-11 19:23:01 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2008-09-11 19:23:01 +0000 |
commit | db19df5ef48bf4082b6dd6ee8fd658b4fc530768 (patch) | |
tree | dd85e05fbc81f7f1011502b93a00a0ecfdb7c858 /scripts | |
parent | net-misc/anyremote: Upstream patch for compilation failure when --disable-blu... (diff) | |
download | sunrise-reviewed-db19df5ef48bf4082b6dd6ee8fd658b4fc530768.tar.gz sunrise-reviewed-db19df5ef48bf4082b6dd6ee8fd658b4fc530768.tar.bz2 sunrise-reviewed-db19df5ef48bf4082b6dd6ee8fd658b4fc530768.zip |
sunrise/sunrise/scripts/review: die if creating new local.use.desc fails
svn path=/sunrise/; revision=7068
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/review | 2 |
1 files changed, 1 insertions, 1 deletions
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}] " |