mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
fix: echo "\n" not portable
This commit is contained in:
@@ -6,7 +6,7 @@ set -u # error on undefined variables
|
||||
set -e # exit on first error
|
||||
|
||||
echo_run(){
|
||||
echo "\n$@"
|
||||
printf "\n$*"
|
||||
"$@"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user