From c75a073ce4c1c98e994b27944e12dbef5017afb7 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 8 May 2017 21:44:36 +0000 Subject: [PATCH] Update install.sh --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index fac094d..fc55a35 100644 --- a/install.sh +++ b/install.sh @@ -1,8 +1,9 @@ #!/bin/bash # something or other about android and tmux using PREFIX +#: "${PREFIX:=''}" if [ -z "$PREFIX" ]; then - $PREFIX="" + PREFIX="" fi # Not every platform has or needs sudo, gotta save them O(1)s