Skip to content

Commit 0fc1fc6

Browse files
authored
Fix directories with spaces
Fix issue trying to load eclipse in a directory that has spaces in it
1 parent 19e94d6 commit 0fc1fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eclipse

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
docker run -ti --rm \
44
-e DISPLAY=$DISPLAY \
55
-v /tmp/.X11-unix:/tmp/.X11-unix \
6-
-v `pwd`:/workspace \
6+
-v "`pwd`":/workspace \
77
fgrehm/eclipse:v4.4.1

0 commit comments

Comments
 (0)