From 79309afa6f6d8b4f3a607694608b499db6b992fa Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 10 Feb 2014 23:54:25 +1300 Subject: Use space before semicolon as command separator --- sh/profile.d/browser.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh/profile.d/browser.sh') diff --git a/sh/profile.d/browser.sh b/sh/profile.d/browser.sh index 3b03b3d6..9d5919eb 100644 --- a/sh/profile.d/browser.sh +++ b/sh/profile.d/browser.sh @@ -1,5 +1,5 @@ # Browser -if [ -n "$DISPLAY" ]; then +if [ -n "$DISPLAY" ] ; then BROWSER=firefox else BROWSER=lynx -- cgit v1.2.3