diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-04-25 18:44:47 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-04-25 18:44:47 +0000 |
commit | 7a6090c66bf4891a8ffc65846fac0594e7c4b1c9 (patch) | |
tree | 8e03e9f842e5f86a5a56dafab8b0981a831a6ca5 /scripts | |
parent | sci-biology/repeatmasker: dodir is not needed because insinto creates the dir (diff) | |
download | sunrise-reviewed-7a6090c66bf4891a8ffc65846fac0594e7c4b1c9.tar.gz sunrise-reviewed-7a6090c66bf4891a8ffc65846fac0594e7c4b1c9.tar.bz2 sunrise-reviewed-7a6090c66bf4891a8ffc65846fac0594e7c4b1c9.zip |
use /etc/init.d/functions.sh
svn path=/sunrise/; revision=3533
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 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' |