From: James Bunton Date: Wed, 4 Jun 2008 00:41:45 +0000 (+1000) Subject: Removed unneccesary \! X-Git-Url: https://code.delx.au/dotfiles/commitdiff_plain/0b1c1c168c72dbb81e040341ca9e44a87e2aa321 Removed unneccesary \! --- diff --git a/.bash/interactive b/.bash/interactive index 7b46964..aafadab 100644 --- a/.bash/interactive +++ b/.bash/interactive @@ -17,7 +17,7 @@ PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\n\$ ' # Check for unsupported TERM variable if ! tput init &> /dev/null; then - echo "Warning\! TERM=$TERM unsupported, using TERM=xterm" + echo "Warning! TERM=$TERM unsupported, using TERM=xterm" export TERM=xterm fi