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:
meep-eep
2003-02-24 01:55:12 +00:00
parent ca3a63dbc2
commit 9f1a08cb9d
4 changed files with 12 additions and 5 deletions
+2 -2
View File
@@ -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"