Fix parsing of env vars in bootstrap.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user