aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristos.K <freedomrfox@gmail.com>2017-06-14 07:59:53 +0300
committerChristos.K <freedomrfox@gmail.com>2017-06-14 07:59:53 +0300
commit2f1c92f2e69d3823360964f0ffa3a9dd96f8646e (patch)
treebb8b1861452694a87d8e10076020c5ffdffb2135 /scripts
parentIncluded force instead of enforce gcat,gseed conditions (diff)
downloadGSE-2f1c92f2e69d3823360964f0ffa3a9dd96f8646e.tar.gz
GSE-2f1c92f2e69d3823360964f0ffa3a9dd96f8646e.tar.bz2
GSE-2f1c92f2e69d3823360964f0ffa3a9dd96f8646e.zip
Included force instead of enforce gseed
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/functions/init_stage3_seq4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/functions/init_stage3_seq b/scripts/functions/init_stage3_seq
index 800fca9..3643e0a 100755
--- a/scripts/functions/init_stage3_seq
+++ b/scripts/functions/init_stage3_seq
@@ -182,10 +182,10 @@ fi
unset BRKVAR
}
-if [[ -n "${_flag_force_new}" ]] || echo "${_enforce_args[@]}" | grep -q 'gsnap'; then
+if echo "$@" | grep -q 'force'; then
echo -e "\e[33mSearching for portage snapshot...\e[0m"
- echo -e "\e[31mForce is active!\e[0m"
if [[ ! -e "${CATDIR}/snapshots/portage-${SNAPSHOTNAME}.tar.bz2" ]]; then
+ echo -e "\e[31mForce is active!\e[0m"
echo -e "\e[33mCould not locate snapshot\e[0m"
echo -e "\e[33mAttempting to fetch new...\e[0m"
_get_latest_snapshot "$@" \