Skip to content
  • Brad King's avatar
    BUG: Fix bootstrap for Debian Almquist Shell · 77972376
    Brad King authored
    The Debian Almquist Shell (dash) provides minimal POSIX compliance
    instead of the power of bash.  It converts literal '\n' to a real
    newline even in a single-quoted string.  This works around the problem
    by avoiding the literal.  We can no longer use HEREDOC.
    77972376