We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98fd2c1 commit c1487e7Copy full SHA for c1487e7
docker/files/run_examples.sh
@@ -3,7 +3,7 @@ set -e
3
set -x
4
set -u
5
6
-WORKDIR=${WORK:-/work}
+WORKDIR=${WORKDIR:-/work}
7
arr=$@
8
tmp_var=$( IFS=$' '; echo "${arr[*]}" )
9
example_id=${tmp_var//[^A-Za-z0-9_-]/_}
0 commit comments