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.
develop
Eric Wald 2014-09-17 19:29:47 -06:00
parent 46864e02c6
commit 1b3e1b8e92
1 changed files with 1 additions and 1 deletions

@ -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