Skip to content

Commit

Permalink
Add missing quotes to address #1527 comment 7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mornix committed Jun 15, 2019
1 parent 7358f1f commit 04faccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/scripts/deploy_stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ copy_graphs() {
copy_examples() {
rm -r "$EXAMPLE_DEST"
for example in "$CUR_DIR$BUILD_FOLDER"*; do
example_name=$(basename $example)
example_name=$(basename "$example")
mkdir -p "$EXAMPLE_DEST$example_name/$SRS_DEST"
if [ -d "$example/"SRS ]; then
cp "$example/"SRS/*.pdf "$EXAMPLE_DEST$example_name/$SRS_DEST"
Expand Down

0 comments on commit 04faccc

Please sign in to comment.