]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
scripts/quiltmail: fix 4.x location
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 May 2015 21:38:01 +0000 (23:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 May 2015 21:38:01 +0000 (23:38 +0200)
scripts/quilt-mail

index 8d9254b09e2018ac2456d627f3f647c1ac9540ea..0ab7a1a4e26eef9eaa87f4a5e5636e66f497cdc7 100755 (executable)
@@ -23,7 +23,7 @@ ROOT_VERSION=${ROOT_VERSION/linux-/}
 
 REL_ARRAY=(${FULL_VERSION//./ })
 MAJOR=${REL_ARRAY[0]}
-VER="${MAJOR}.0"
+VER="${MAJOR}.x"
 
 DATE=`date -u --date="2 days"`