Add access keys for folder pane
[squirrelmail.git] / configure
index e1236cef521429591db95a0ffae0fc30dbed7b19..aec3f6f8b2516fb036012ff2d5f801fb4b397d9c 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,7 +1,5 @@
-#!/bin/bash
+#!/bin/sh
 #
 # Redirects to the config directory and runs conf.pl
 
 #
 # Redirects to the config directory and runs conf.pl
 
-cd config
-./conf.pl
-cd ..
+cd `dirname $0`/config && ./conf.pl