From 2aaf95816886cb2d5f54bae64d8d5ec5614a9d24 Mon Sep 17 00:00:00 2001 From: "Nathan Phillip Brink (binki)" Date: Wed, 12 Oct 2011 02:47:58 +0000 Subject: Make review script more particular about the directory from which it is run. svn path=/sunrise/; revision=12457 --- scripts/review | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/review b/scripts/review index 0929b22a4..cc19f0e7a 100755 --- a/scripts/review +++ b/scripts/review @@ -93,7 +93,7 @@ while [[ $# > 0 ]] ; do esac done -cd sunrise +cd sunrise || { eerror "You must run this script from the top level of the sunrise subversion repository."; exit 1; } LC_ALL="C" ls -d *-* > profiles/categories if [[ $(svn diff profiles/categories) ]]; then svn diff profiles/categories | if [[ "$opt_quiet" == "0" ]] ; then less; else cat; fi -- cgit v1.2.3-65-gdbad