From 2c8b99909b88d4d9a3799c28bcd57b55fa5ae486 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 15 Jul 2024 04:10:17 -0400 Subject: [PATCH] network/gtorrentviewer: Replaced backtick cmdsub. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- network/gtorrentviewer/gtorrentviewer.SlackBuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/gtorrentviewer/gtorrentviewer.SlackBuild b/network/gtorrentviewer/gtorrentviewer.SlackBuild index 90b73f2eb6..3ada24b4ad 100644 --- a/network/gtorrentviewer/gtorrentviewer.SlackBuild +++ b/network/gtorrentviewer/gtorrentviewer.SlackBuild @@ -90,7 +90,7 @@ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} + -o \ # with "patch -p1". The curl-types, desktop, and dso-linking patches aren't # needed because their issues are fixed by code in this script. # The manpage patch is a grammar fix, done by me. -for i in `cat $CWD/patches/series`; do +for i in $( cat $CWD/patches/series ); do echo "=== applying $i" patch -p1 < $CWD/patches/$i done