From 48db433b1dfb676a7822bc2db333cc3eb7ddb013 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 20 Aug 2013 17:15:42 +1200 Subject: Remove unneeded quoting in case statement Wordsplitting is not done for case : --- bash/bashrc.d/prompt.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/bashrc.d/prompt.bash') diff --git a/bash/bashrc.d/prompt.bash b/bash/bashrc.d/prompt.bash index 74eae891..b843beb3 100644 --- a/bash/bashrc.d/prompt.bash +++ b/bash/bashrc.d/prompt.bash @@ -6,7 +6,7 @@ prompt() { local color reset branch state info url root # What's done next depends on the first argument to the function - case "$1" in + case $1 in # Turn complex, colored prompt on on) -- cgit v1.2.3