From: Greg Kroah-Hartman Date: Wed, 18 Dec 2013 21:11:03 +0000 (-0800) Subject: scripts/quilt-mail: use 'kv' instead of 'ketchup -m' X-Git-Tag: v3.4.75~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b8d4fad7e955d867c2f19fdc1a7776caf0d19962;p=thirdparty%2Fkernel%2Fstable-queue.git scripts/quilt-mail: use 'kv' instead of 'ketchup -m' --- 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/}