From 70e653339757ea12600d7ce923747c1351ce1d13 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 22 Mar 2013 08:00:17 +0100 Subject: [PATCH] scripts/git_version: fix script Signed-off-by: Stephan Raue --- scripts/git_version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/git_version b/scripts/git_version index 393950f127..ce714e0c40 100755 --- a/scripts/git_version +++ b/scripts/git_version @@ -22,7 +22,7 @@ . config/options $1 -[ -f "$PKG_BUILD/git.version" ] && PKG_GIT_VERSION=`cat $PKG_BUILD/git.version` +[ -f "$PKG_BUILD/VERSION" ] && PKG_GIT_VERSION=`cat $PKG_BUILD/VERSION` echo $PKG_GIT_VERSION