projects
/
serene-ircd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9118f52
)
Config script would no longer source Options file
author
Remco Rijnders
<remmy@localhost.(none)>
Thu, 23 Aug 2012 05:50:21 +0000
(07:50 +0200)
committer
Remco Rijnders
<remmy@localhost.(none)>
Thu, 23 Aug 2012 05:50:21 +0000
(07:50 +0200)
Is this due to a change in bash perhaps? By preceeding the file being
sourced with ./ it works again.
Config
patch
|
blob
|
history
diff --git
a/Config
b/Config
index 69399c4ebb7e2a9454f7f9ade0b1513be8c3ddea..de72b1d1a53667d540d8fe1bfeaeb55c09c4664f 100755
(executable)
--- a/
Config
+++ b/
Config
@@
-16,7
+16,7
@@
MV=mv
RM=rm
SETUP=include/setup.h
OPTIONS_H=include/options.h
-OPTIONS=Options
+OPTIONS=
./
Options
MAKEINST=.install
AUTO_CONFIG=""
#