set_perms.sh patch

Raul Alvarez Venegas rav@tecoman.ucol.mx
Sun, 15 Apr 2001 01:24:26 +0000 ( )


Hi!,

horde/scripts/set_perms.sh is missing an opening bracket.

--- set_perms.sh        Sat Apr 14 20:37:11 2001
+++ set_perms.sh.new    Thu Apr 12 08:56:22 2001
@@ -34,7 +34,7 @@
     echo
     echo -n "Enter your Horde directory: "
     read DIR  
-       if "x$DIR" = "x" ]; then
+       if [ "x$DIR" = "x" ]; then
                echo "Exiting..."
                exit
        else


Raul