projects
/
squirrelmail.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ChangeLog
[squirrelmail.git]
/
configure
diff --git
a/configure
b/configure
index
e1236ce
..
aec3f6f
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1,7
+1,5
@@
-#!/bin/
ba
sh
+#!/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