summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuta SATOH <nigoro@gentoo.gr.jp>2015-07-13 00:58:22 +0900
committerYuta SATOH <nigoro@gentoo.gr.jp>2015-07-13 00:58:22 +0900
commit765e6fa1f5ff636f78423f8968c7637ce8c5f7a5 (patch)
tree13b7f6265446d63a390bc8524d8c576224c26f97
parentautomatic_updater.sh, create_forcestage3.sh: added REMOVEPERL flag. (diff)
downloadgentoo-bsd-765e6fa1f5ff636f78423f8968c7637ce8c5f7a5.tar.gz
gentoo-bsd-765e6fa1f5ff636f78423f8968c7637ce8c5f7a5.tar.bz2
gentoo-bsd-765e6fa1f5ff636f78423f8968c7637ce8c5f7a5.zip
automatic_updater.sh: added _
-rw-r--r--scripts/automatic_updater.sh2
1 files changed, 1 insertions, 1 deletions
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
;;