Reduce confusion about what user is running the web server
[squirrelmail.git] / configure
index 568782ef22eb7bf69ea2086ffbf23a7f0faa6c73..aec3f6f8b2516fb036012ff2d5f801fb4b397d9c 100755 (executable)
--- a/configure
+++ b/configure
@@ -2,6 +2,4 @@
 #
 # Redirects to the config directory and runs conf.pl
 
-cd config
-./conf.pl
-cd ..
+cd `dirname $0`/config && ./conf.pl