Skip to content
  • anonym's avatar
    Rakefile: handle options more safely vs whitespaces. · fc02b0ea
    anonym authored
    When trying to build Tails 2.9 with:
    
        TAILS_BUILD_OPTIONS="cleanall defaultcomp ram"
    
    set, the resulting `options` string contained:
    
        "[...] ramcleanall [...]"
    
    which is really bad. Fixup on this commit:
    
        4e8410a8 Enforce `cleanall` when building a release.
    fc02b0ea