From 4dc67340ac9e397a9f54fa744976790ae7c61454 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 11 Jun 2023 10:57:16 +0200 Subject: removed single quites in build_command (introduced by ${repository} patch) --- bin/build-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/build-packages') diff --git a/bin/build-packages b/bin/build-packages index 461937b..ef24b5e 100755 --- a/bin/build-packages +++ b/bin/build-packages @@ -471,7 +471,7 @@ while [ "${count}" -ne 0 ] && \ fi build_command="${repository}-staging-x86_64-build" else - build_command="${repository}-staging-'${arch}'-build" + build_command="${repository}-staging-${arch}-build" fi find . -maxdepth 1 -type f \( \ -- cgit v1.2.3-54-g00ecf