Destination location path can be given per .zip file now.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@808 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -124,13 +124,13 @@ show_content_path_menu() {
|
||||
INPUT_content_path_VALUE="${INPUT_content_path_VALUE%/}/"
|
||||
}
|
||||
|
||||
selected_components() {
|
||||
selected_packages() {
|
||||
local RESULT PACKAGE VALUE
|
||||
RESULT=""
|
||||
for PACKAGE in $UQM_PACKAGES; do
|
||||
eval VALUE="\$CHECK_${PACKAGE}_VALUE"
|
||||
if [ "$VALUE" = CHECKED ]; then
|
||||
RESULT="${RESULT:+$RESULT }$(package_filename $PACKAGE)"
|
||||
RESULT="${RESULT:+$RESULT }$PACKAGE"
|
||||
fi
|
||||
done
|
||||
echo "$RESULT"
|
||||
|
||||
Reference in New Issue
Block a user