From 1332457128ce015dc46561e531740c725c23299e Mon Sep 17 00:00:00 2001 From: Joshua Ismael Haase Hernandez Date: Thu, 19 May 2011 14:37:31 -0500 Subject: * fullpkg clean $_fullpkgargs and $force_array when use them --- fullpkg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fullpkg b/fullpkg index 911a11c..d5c7468 100755 --- a/fullpkg +++ b/fullpkg @@ -216,6 +216,8 @@ for _dep in ${deps[@]}; do fi else _fullpkgargs+="-f " + _fullpkgargs="$(echo $_fullpkgargs | sed s/"-R $_dep "//)" + force_array=( $(echo ${forcearray[@]} | tr " " "\n" | grep -vw "^$_dep") ) fi cp -r "$ABSROOT/$_repo/$_dep" $tmp_dir/ || { -- cgit v1.2.3-54-g00ecf