commit: 765e6fa1f5ff636f78423f8968c7637ce8c5f7a5
Author: Yuta SATOH <nigoro <AT> gentoo <DOT> gr <DOT> jp>
AuthorDate: Sun Jul 12 15:58:22 2015 +0000
Commit: Yuta SATOH <nigoro <AT> gentoo <DOT> gr <DOT> jp>
CommitDate: Sun Jul 12 15:58:22 2015 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-bsd.git/commit/?id=765e6fa1
automatic_updater.sh: added _
scripts/automatic_updater.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/automatic_updater.sh b/scripts/automatic_updater.sh
index c9766ab..358c168 100644
--- a/scripts/automatic_updater.sh
+++ b/scripts/automatic_updater.sh
@@ -136,7 +136,7 @@ case "$TARGETMODE" in
post_freebsd_userland
;;
"world" )
- [[ ${REMOVEPERL} -ne 0 ]] && removeperl
+ [[ ${REMOVEPERL} -ne 0 ]] && remove_perl
emerge_world
cleanup
;;