5523e9
--- rpm-4.11.3/scripts/find-debuginfo.sh.old	2019-07-26 10:03:50.390264038 +0200
5523e9
+++ rpm-4.11.3/scripts/find-debuginfo.sh	2019-07-26 10:24:12.540154792 +0200
5523e9
@@ -109,7 +109,7 @@
5523e9
   shift
5523e9
 done
5523e9
 
5523e9
-if ("$strip_g" = "true") && ("$strip_glibs" = "true"); then
5523e9
+if [ "$strip_g" = "true" ] && [ "$strip_glibs" = "true" ]; then
5523e9
   echo >&2 "*** ERROR: -g  and --g-libs cannot be used together"
5523e9
   exit 2
5523e9
 fi