Parcourir la source

Fortify against space in ffoo install path

like if someone's ever going to do it, right...?
("C:\Program Files\fastfoo" ... ugh...)
Alois Mahdal il y a 11 ans
Parent
révision
77f26611a7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      bin/mkexec

+ 1
- 1
bin/mkexec Voir le fichier

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
     }