Skip to content

Commit

Permalink
Fix bash syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
nightlark authored Jun 8, 2020
1 parent 8334ef8 commit 1735032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helics-pip/packaging_scripts/setup-Linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ curl -O -L "https://github.com/GMLC-TDC/HELICS/releases/download/v${HELICS_VERSI
tar xzf Helics-*.tar.gz -C helics-pip/bundled/helics/ && rm Helics-*.tar.gz || exit $?

# Copy any patched files to the HELICS source tree if they exist
cp -r helics-pip/patches/${HELICS_VERSION/* helics-pip/bundled/helics/ || true
cp -r helics-pip/patches/${HELICS_VERSION}/* helics-pip/bundled/helics/ || true

0 comments on commit 1735032

Please sign in to comment.