From 156911bc60d3d8b533a52db5cc2a123412761dda Mon Sep 17 00:00:00 2001 From: jonnyboy Date: Sun, 30 Dec 2012 23:56:42 -0500 Subject: [PATCH] Update set_perms.sh --- set_perms.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/set_perms.sh b/set_perms.sh index c0c0053ea..05155983c 100755 --- a/set_perms.sh +++ b/set_perms.sh @@ -1,7 +1,7 @@ #!/bin/bash source edit_these.sh -if [[ "AGREED" == "no"]]; then +if [[ AGREED == "no"]]; then echo "Please edit the edit_these.sh file" exit fi