From 7810093bbaa6fcfda0450630e08b53c701d53728 Mon Sep 17 00:00:00 2001 From: Nathan Phillip Brink Date: Mon, 20 Sep 2010 10:52:03 -0400 Subject: [PATCH] Fix my fix for relative paths during package removal so that one may remove multiple packages at a time. --- sunrise-commit | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sunrise-commit b/sunrise-commit index c9bfe4f..c6d0705 100755 --- a/sunrise-commit +++ b/sunrise-commit @@ -146,8 +146,9 @@ find_ebuilds() { done # Replace with the filtered version + SC_CHANGE_LIST= for pkg in ${CS_REMOVED_PACKAGE_LIST}; do - SC_CHANGE_LIST=${SC_ROOT}${pkg} + SC_CHANGE_LIST="${SC_CHANGE_LIST} ${SC_ROOT}${pkg}" done local sdir