Fix parsing of env vars in bootstrap.py

This commit is contained in:
Kovid Goyal
2022-03-06 15:05:40 +05:30
parent a1ade8fc42
commit 00d2a8527f
2 changed files with 9 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ else
}
fi
debug() { dcs_to_kitty "print" "debug $1"; }
debug() { dcs_to_kitty "print" "debug: $1"; }
echo_via_kitty() { dcs_to_kitty "echo" "$1"; }
if [ -z "$HOSTNAME" ]; then