Skip to content

Commit 95e8ff2

Browse files
committed
Removed escaping on PIP_REQUIREMENTS and PIP_VERBOSE
1 parent b94adf4 commit 95e8ff2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linuxdeploy-plugin-conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ if [ "$PIP_REQUIREMENTS" != "" ]; then
112112
fi
113113

114114
# add verbose flag if requested
115-
pip install -U "$PIP_REQUIREMENTS" --prefix="$APPDIR"/usr/conda/ "${PIP_VERBOSE:+-v}"
115+
pip install -U $PIP_REQUIREMENTS --prefix="$APPDIR"/usr/conda/ ${PIP_VERBOSE:+-v}
116116

117117

118118
if [ "$PIP_WORKDIR" != "" ]; then

0 commit comments

Comments
 (0)