From b8d4fad7e955d867c2f19fdc1a7776caf0d19962 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 18 Dec 2013 13:11:03 -0800 Subject: [PATCH] scripts/quilt-mail: use 'kv' instead of 'ketchup -m' --- scripts/quilt-mail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/quilt-mail b/scripts/quilt-mail index ee12b2c6857..17c4166fb56 100755 --- a/scripts/quilt-mail +++ b/scripts/quilt-mail @@ -15,7 +15,7 @@ if [ "${MBOX}" == "" ] ; then exit fi -FULL_VERSION=`ketchup -m` +FULL_VERSION=`kv` BASE_VERSION=${FULL_VERSION/-rc?/} VERSION=`basename \`pwd\`` ROOT_VERSION=${VERSION/\.y/} -- 2.47.3