summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-12-17 16:59:24 +0100
committerKarolin Seeger <kseeger@samba.org>2009-01-02 12:44:20 +0100
commitc99ddf7ae0363ea33f9fe682ebae23ff8210349f (patch)
treee676041f006e4e428be160d590dec3d2795f08c3 /packaging
parent5fbfeb0fea3590fa6e018249527ba6994e36c882 (diff)
downloadsamba-c99ddf7ae0363ea33f9fe682ebae23ff8210349f.tar.gz
packaging(RHEL-CTDB): Fix accidential linebreak
Michael (cherry picked from commit 5cd8ff8a2aba6b1d6821d4ebb986449b03d40542) Signed-off-by: Michael Adam <obnox@samba.org> (cherry picked from commit e67dc7b73bbd4a7fe9973d7cd6dee052a65b09be)
Diffstat (limited to 'packaging')
-rwxr-xr-xpackaging/RHEL-CTDB/makespec.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/packaging/RHEL-CTDB/makespec.sh b/packaging/RHEL-CTDB/makespec.sh
index 7d10d55ab4d..ae58db0d852 100755
--- a/packaging/RHEL-CTDB/makespec.sh
+++ b/packaging/RHEL-CTDB/makespec.sh
@@ -22,8 +22,7 @@ if [ ! -f ${VERSION_H} ] ; then
fi
VERSION=`grep SAMBA_VERSION_OFFICIAL_STRING ${VERSION_H} | awk '{print $3}'`
-vendor_version=`grep SAMBA_VERSION_VENDOR_SUFFIX ${VERSION_H} | awk '{print
-$3}'`
+vendor_version=`grep SAMBA_VERSION_VENDOR_SUFFIX ${VERSION_H} | awk '{print $3}'`
if test "x${vendor_version}" != "x" ; then
VERSION="${VERSION}-${vendor_version}"
fi