summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2007-04-25 18:44:47 +0000
committerStefan Schweizer <genstef@gentoo.org>2007-04-25 18:44:47 +0000
commit7a6090c66bf4891a8ffc65846fac0594e7c4b1c9 (patch)
tree8e03e9f842e5f86a5a56dafab8b0981a831a6ca5
parentsci-biology/repeatmasker: dodir is not needed because insinto creates the dir (diff)
downloadsunrise-7a6090c66bf4891a8ffc65846fac0594e7c4b1c9.tar.gz
sunrise-7a6090c66bf4891a8ffc65846fac0594e7c4b1c9.tar.bz2
sunrise-7a6090c66bf4891a8ffc65846fac0594e7c4b1c9.zip
use /etc/init.d/functions.sh
svn path=/sunrise/; revision=3533
-rwxr-xr-xscripts/review2
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'