]> code.delx.au - dotfiles/commitdiff
Removed unneccesary \!
authorJames Bunton <jamesbunton@delx.net.au>
Wed, 4 Jun 2008 00:41:45 +0000 (10:41 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Wed, 4 Jun 2008 00:41:45 +0000 (10:41 +1000)
.bash/interactive

index 7b46964601f12a76b74848a67632d036643693d9..aafadab9b05992581d17b45c62976889bbb6c231 100644 (file)
@@ -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