projects
/
squirrelmail.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Clarify docs
[squirrelmail.git]
/
configure
diff --git
a/configure
b/configure
index e1236cef521429591db95a0ffae0fc30dbed7b19..aec3f6f8b2516fb036012ff2d5f801fb4b397d9c 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