Pārlūkot izejas kodu

Fortify against space in ffoo install path

like if someone's ever going to do it, right...?
("C:\Program Files\fastfoo" ... ugh...)
Alois Mahdal 8 gadus atpakaļ
vecāks
revīzija
77f26611a7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      bin/mkexec

+ 1
- 1
bin/mkexec Parādīt failu

62
         test    => "use strict;\nuse warnings;\nuse Test::More;\n\n",
62
         test    => "use strict;\nuse warnings;\nuse Test::More;\n\n",
63
     },
63
     },
64
     bash => {
64
     bash => {
65
-        'ffoo'  => "\n. \$(ffoom path) || exit 3\n\n"
65
+        'ffoo'  => "\n. \"\$(ffoom path)\" || exit 3\n\n"
66
                    . "ffoo import pretty\n\n"
66
                    . "ffoo import pretty\n\n"
67
                    . "FFOO_DEBUG=true",
67
                    . "FFOO_DEBUG=true",
68
     }
68
     }