Skip to content

Commit

Permalink
Merge pull request #16 from launchdarkly/cw/skip
Browse files Browse the repository at this point in the history
Recognize -skip parameters with spaces in run.sh
  • Loading branch information
cwaldren-ld authored Feb 28, 2022
2 parents 8f24852 + 860a5d0 commit e5729fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion downloader/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ if [ ! -x "${EXECUTABLE}" ]; then
tar -xf "${TEMP_DIR}/archive.tar.gz" -C "${TEMP_DIR}"
fi

"${EXECUTABLE}" $PARAMS
sh -c "${EXECUTABLE} $PARAMS"

0 comments on commit e5729fe

Please sign in to comment.