Przeglądaj źródła

fix quoting problem with opt_N

Michael van Elst 22 lat temu
rodzic
commit
8ae80bf4c2
1 zmienionych plików z 1 dodań i 1 usunięć
  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);