Config script would no longer source Options file
authorRemco Rijnders <remmy@localhost.(none)>
Thu, 23 Aug 2012 05:50:21 +0000 (07:50 +0200)
committerRemco 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

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=""
 #