From e4ad8a69296c10eb7b7e9d3eb9e1c0520221396a Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Fri, 15 Jan 2021 19:24:11 -0500 Subject: [PATCH 1/1] Patch-zoom: braces around variable --- patch-zoom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch-zoom b/patch-zoom index b619f6a..829d1a3 100755 --- a/patch-zoom +++ b/patch-zoom @@ -6,7 +6,7 @@ rm -rf $scratch mkdir $scratch # Extract package contents -cp $1 $scratch/zoom_amd64.deb +cp ${1} $scratch/zoom_amd64.deb dpkg -x $scratch/zoom_amd64.deb $scratch/extracted # Extract package control information -- 2.39.2