From 63a21b014d6d3f15d8e65d7f69c72ebbac861ca9 Mon Sep 17 00:00:00 2001 From: Wolfgang Date: Mon, 11 Nov 2024 18:36:10 +0000 Subject: [PATCH] small syntax fixes --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 07ed6ab..c3a30c5 100755 --- a/build.sh +++ b/build.sh @@ -225,7 +225,7 @@ while [ "$#" -ge 1 ]; do ;; debug) exec &> >(tee "${LOGFILE}") - echo $@ + echo "$@" cat /etc/os-release rustc -V cargo -V @@ -356,7 +356,7 @@ PVE_XTERMJS_VER="5.3.0-3" PVE_XTERMJS_GIT="3301e28678e6a26187e8731d920b2b7686c35cad" PROXMOX_XTERMJS_GIT="04e2d0e5c329b59c4ece59d77079443e39029883" PROXMOX_TERMPROXY_VER="1.0.1" -if [ ! -e "${PACKAGES}/pve-xtermjs_${PVE_XTERMJS_VER}_"*".deb" ]; then +if [ ! -e "${PACKAGES}/pve-xtermjs_${PVE_XTERMJS_VER}_all.deb" ]; then git_clone_or_fetch https://git.proxmox.com/git/pve-xtermjs.git git_clean_and_checkout ${PVE_XTERMJS_GIT} pve-xtermjs patch -p1 -d pve-xtermjs/ <"${PATCHES}/pve-xtermjs-arm.patch"