diff options
author | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-19 14:37:31 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-19 14:41:06 -0500 |
commit | 1332457128ce015dc46561e531740c725c23299e (patch) | |
tree | 573f2912bee5a4da188836bbb7c458954a749c9e /fullpkg | |
parent | d53c7ad69c8f52513ee6c2f82b07af9b486c6d85 (diff) |
* fullpkg clean $_fullpkgargs and $force_array when use them
Diffstat (limited to 'fullpkg')
-rwxr-xr-x | fullpkg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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/ || { |