avoid errors with paths containing spaces

This commit is contained in:
chandi 2021-12-20 23:46:07 +01:00
parent 422888ecfa
commit a7bb299b74

View File

@ -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."