Skip to content

Commit

Permalink
Allow spaces in the path of the working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-pl authored and blang committed Nov 30, 2016
1 parent cf659bb commit 2144dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockercmd.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
exec docker run --rm -i --user="$(id -u):$(id -g)" --net=none -v $PWD:/data blang/latex "$@"
exec docker run --rm -i --user="$(id -u):$(id -g)" --net=none -v "$PWD":/data blang/latex "$@"

0 comments on commit 2144dc7

Please sign in to comment.