mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 13:50:47 +00:00
source Version using . ./Version' rather than simply
. Version' to
avoid weird problems with paths git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@9235 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
270c6b1a06
commit
26a77a69f5
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ AC_SUBST(ac_cv_objc_threaded)
|
|||
#--------------------------------------------------------------------
|
||||
# Record the version
|
||||
#--------------------------------------------------------------------
|
||||
. Version
|
||||
. ./Version
|
||||
if test -f "../Version"; then
|
||||
. ../Version
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue