Skip to content
  • Tails developers's avatar
    Always pass arguments through wrappers with "$@". · e0c57b18
    Tails developers authored
    $* doesn't handle arguments with e.g. embedded spaces correctly. The only safe
    way to do so is "$@". We know that, but for some reason we've been cargo-culting
    and copy-pasting an old buggy wrapper for years, apparently.
    
    Will-Fix: #8603, #8830
    e0c57b18