diff --git a/software/apt-lib.pl b/software/apt-lib.pl index 8282c03a6..0179f46d0 100755 --- a/software/apt-lib.pl +++ b/software/apt-lib.pl @@ -43,7 +43,7 @@ foreach (0..100) { # Run the command &clean_language(); -&open_execute_command(CMD, "$cmd <$yesfile", 2); +&open_execute_command(CMD, "$cmd <'$yesfile'", 2); while() { if (/setting\s+up\s+(\S+)/i && !/as\s+MDA/i) { push(@rv, $1);