From eda900766753f4b0978b11715083ba1f037bb022 Mon Sep 17 00:00:00 2001 From: Luis Guzman Date: Wed, 11 Sep 2024 16:47:49 +0000 Subject: [PATCH] dpkg: remove bash specific curly braces usage. --- helpers/make-dpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/make-dpkg b/helpers/make-dpkg index 4a3e36f..6651cb1 100644 --- a/helpers/make-dpkg +++ b/helpers/make-dpkg @@ -38,7 +38,7 @@ sed 's/Ubuntu/Trisquel/g' -i scripts/t/Dpkg_BuildFlags_Trisquel.t # Patch a copy from the Ubuntu.pm file to force track changes more often, # and rebuild easier the original changes. -cp scripts/Dpkg/Vendor/{Ubuntu,Trisquel}.pm +cp scripts/Dpkg/Vendor/Ubuntu.pm scripts/Dpkg/Vendor/Trisquel.pm patch_p1 $DATA/patch-Trisquel_pm-from-Ubuntu_pm.patch # Use patch to track changes at Makefile.{in,am} files.