Commit 72a63f49 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Get rid of unwanted line feed in term-setup.sh

parent 16de602b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ linux)
	esac
	SET_TITLE=`printf '\e]%i;%s\007' $code "$hostname"`
	PROMPTCODES="$SET_TITLE"
	echo "$SET_TITLE"
	printf "$SET_TITLE"
	unset hostname code
	;;
esac