From 1b3e1b8e921a898768f05ab05b7757ae4ef11273 Mon Sep 17 00:00:00 2001 From: Eric Wald Date: Wed, 17 Sep 2014 19:29:47 -0600 Subject: [PATCH] No longer prints -e when DF finishes. That echo option is a bash-specific extension, unavailable under other shells. Fortunately, a bare echo with no arguments prints the single newline required here. --- package/linux/dfhack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/linux/dfhack b/package/linux/dfhack index bc8b6d2d8..4fa3e20e7 100755 --- a/package/linux/dfhack +++ b/package/linux/dfhack @@ -72,7 +72,7 @@ esac # Restore previous terminal settings stty "$old_tty_settings" -echo -e "\n" +echo if [ -n "$DF_POST_CMD" ]; then eval $DF_POST_CMD