mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 16:24:27 +01:00
Merge pull request #312 from er1c/script-fix
Add missing space in shell if [ ... ]
This commit is contained in:
commit
7ff84badf9
@ -208,7 +208,7 @@ if [ -z "$SSH_DIR" ]; then
|
||||
fi
|
||||
|
||||
HOST_VOLUMES=
|
||||
if [ -e "$SSH_DIR" -a -z "$MSYS"]; then
|
||||
if [ -e "$SSH_DIR" -a -z "$MSYS" ]; then
|
||||
HOST_VOLUMES+="-v $SSH_DIR:/home/$(id -un)/.ssh"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user