Skip to content

Commit

Permalink
Allow for spaces in pwd output in precompile_tasks
Browse files Browse the repository at this point in the history
Closes #865
  • Loading branch information
citizen428 authored and paulcsmith committed Sep 30, 2019
1 parent 47d211c commit a21f6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/precompile_tasks
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
if [ "$LUCKY_ENV" != "production" ] && [ -z "$CI" ] && [ -z "$SKIP_LUCKY_TASK_PRECOMPILATION" ]; then
shards build
mkdir -p ../../bin
cp -r $PWD/bin $PWD/../..
cp -r "$PWD/bin" "$PWD/../.."
fi

0 comments on commit a21f6be

Please sign in to comment.