Skip to content
Snippets Groups Projects
Commit 77972376 authored by Brad King's avatar Brad King
Browse files

BUG: Fix bootstrap for Debian Almquist Shell

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.
parent a3275409
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment