forked from extern/docker
avoid errors with paths containing spaces
This commit is contained in:
parent
422888ecfa
commit
a7bb299b74
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
cd $(dirname $0)/..
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
if ! [ -x "$(command -v curl)" ]; then
|
||||
echo "Error: curl is not installed, but the setup script relies on it."
|
||||
|
Loading…
Reference in New Issue
Block a user