Explorar o código

fix quoting problem with opt_N

Michael van Elst %!s(int64=22) %!d(string=hai) anos
pai
achega
8ae80bf4c2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      openpkg-tool/openpkg-build.pl

+ 1 - 1
openpkg-tool/openpkg-build.pl

@@ -259,7 +259,7 @@ sub get_config ()
 {
     my($c,@q,@g);
 
-    $c = run("$RPM --eval \"%{_rpmdir} %{_rpmfilename} %{_target_os} %{_target_cpu} %{_prefix}\"");
+    $c = run("$RPM --eval '%{_rpmdir} %{_rpmfilename} %{_target_os} %{_target_cpu} %{_prefix}'");
     chomp($c);
     (@q) = split(/\s+/,$c);