diff options
Diffstat (limited to 'scripts/review')
-rwxr-xr-x | scripts/review | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/review b/scripts/review index 1a017c56b..1e1c0a4c4 100755 --- a/scripts/review +++ b/scripts/review @@ -2,7 +2,7 @@ # review - Move a certain revision from sunrise/ to reviewed/ # Released into the public domain -source /sbin/functions.sh +source /etc/init.d/functions.sh BLUE=$BRACKET BOLD=$'\e[0;01m' |