Skip to content
  • Dave Reisner's avatar
    common: remove unreachable statement · 98841eb6
    Dave Reisner authored
    We run from a non-interactive shell, so the exec which is inevitably
    called will replace the current process and 'die' will never run under
    any circumstances.
    
    This also fixes a bug with the su fallback which would cause multiple
    arguments to be concatenated without any whitespace between them.
    98841eb6