diff options
author | Clint Adams <clint@users.sourceforge.net> | 2010-08-10 18:57:43 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2010-08-10 18:57:43 +0000 |
commit | 0bb608abc417f5dea96d2fc7e65ac125b5153f83 (patch) | |
tree | a1fad28507c1afa7dcdc9edb1b7bc749a4a82147 /Functions/Newuser | |
parent | 42cd6020ea7eeb2d34ad94a6ea57d0972762fe47 (diff) | |
download | zsh-0bb608abc417f5dea96d2fc7e65ac125b5153f83.tar.gz zsh-0bb608abc417f5dea96d2fc7e65ac125b5153f83.tar.xz zsh-0bb608abc417f5dea96d2fc7e65ac125b5153f83.zip |
unposted: tweak newline placement.
Diffstat (limited to 'Functions/Newuser')
-rw-r--r-- | Functions/Newuser/zsh-newuser-install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Functions/Newuser/zsh-newuser-install b/Functions/Newuser/zsh-newuser-install index e9ca82652..37c60293a 100644 --- a/Functions/Newuser/zsh-newuser-install +++ b/Functions/Newuser/zsh-newuser-install @@ -955,10 +955,10 @@ You can: (1) Continue to the main menu. " if [[ -f /etc/zsh/newuser.zshrc.recommended ]]; then - print -r " -(2) Populate your $zdmsg/.zshrc with the configuration recommended + print -r "(2) Populate your $zdmsg/.zshrc with the configuration recommended by the system administrator and exit (you will need to edit - the file by hand, if so desired)." + the file by hand, if so desired). +" fi read -k key$longprompt |