瀏覽代碼

Merge branch 'release' of https://github.com/mtelka/nagios-plugins into mtelka-release

Sebastian Wolf 2 年之前
父節點
當前提交
ecdf250360
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -108,7 +108,7 @@ AM_CONDITIONAL([RELEASE_PRESENT], [test -f $srcdir/release])
 
 # Also read in the version from it
 if test -f $srcdir/release; then
-	NP_RELEASE="$(<release)"
+	NP_RELEASE="$(<$srcdir/release)"
 else
 	NP_RELEASE="$PACKAGE_VERSION"
 fi