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