From 57c743fe79d30f95340ea406a91fbfa2a704936c Mon Sep 17 00:00:00 2001 From: lmadsen Date: Thu, 11 Jun 2009 12:12:06 +0000 Subject: Fix path for .flavor and .version. (issue #14737) Reported by: davidw Patches: flavor.patch uploaded by davidw (license 780) Tested by: davidw git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@200037 f38db490-d61c-443f-a65b-d21fe96a405b --- build_tools/make_version_h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build_tools') diff --git a/build_tools/make_version_h b/build_tools/make_version_h index 0b651ad00..834a3c391 100755 --- a/build_tools/make_version_h +++ b/build_tools/make_version_h @@ -1,5 +1,5 @@ #!/bin/sh -if [ ! -f ../.flavor ]; then +if [ ! -f .flavor ]; then cat << END /* * version.h @@ -10,8 +10,8 @@ if [ ! -f ../.flavor ]; then END else - aadkver=`cat ../.version` - aadkflavor=`cat ../.flavor` + aadkver=`cat .version` + aadkflavor=`cat .flavor` cat << END /* * version.h -- cgit v1.2.3