From 9633c2503e7d97cb348c325ecf4971ba1321c824 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 17 Jul 2015 12:57:35 +1200 Subject: Remove a few unneeded quotes --- bash/bash_profile.d/fortune.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/bash_profile.d/fortune.bash') diff --git a/bash/bash_profile.d/fortune.bash b/bash/bash_profile.d/fortune.bash index 89e24630..f3ef2be9 100644 --- a/bash/bash_profile.d/fortune.bash +++ b/bash/bash_profile.d/fortune.bash @@ -1,6 +1,6 @@ # If interactive shell and fortune(6) installed, print a short fortune if [[ $- == *i* ]] && hash fortune 2>/dev/null ; then ( - if [[ -d "$HOME"/.local/share/games/fortunes ]] ; then + if [[ -d $HOME/.local/share/games/fortunes ]] ; then FORTUNE_PATH=${FORTUNE_PATH:-$HOME/.local/share/games/fortunes} fi printf '\n' -- cgit v1.2.3