diff options
author | Yuta SATOH <nigoro@gentoo.gr.jp> | 2015-07-13 00:58:22 +0900 |
---|---|---|
committer | Yuta SATOH <nigoro@gentoo.gr.jp> | 2015-07-13 00:58:22 +0900 |
commit | 765e6fa1f5ff636f78423f8968c7637ce8c5f7a5 (patch) | |
tree | 13b7f6265446d63a390bc8524d8c576224c26f97 | |
parent | automatic_updater.sh, create_forcestage3.sh: added REMOVEPERL flag. (diff) | |
download | gentoo-bsd-765e6fa1f5ff636f78423f8968c7637ce8c5f7a5.tar.gz gentoo-bsd-765e6fa1f5ff636f78423f8968c7637ce8c5f7a5.tar.bz2 gentoo-bsd-765e6fa1f5ff636f78423f8968c7637ce8c5f7a5.zip |
automatic_updater.sh: added _
-rw-r--r-- | scripts/automatic_updater.sh | 2 |
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 ;; |