Quoting korrigiert

This commit is contained in:
qbi 2021-07-28 19:29:12 +02:00
parent ad5ba83adf
commit 72bdf42172

View file

@ -367,7 +367,7 @@ install_sty() (
check_binaries "$GIT_BIN $LATEX_BIN"
print_start "Hole Repo von $STY_URL ..."
if $GIT_BIN clone $STY_URL >/dev/null 2>&1; then
if $GIT_BIN clone "$STY_URL" >/dev/null 2>&1; then
print_ok
cd rechnung
mkdir -p "$STY_HOME/rechnung/"