summaryrefslogtreecommitdiffstats
path: root/needs-checking/new-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'needs-checking/new-kernel')
-rwxr-xr-xneeds-checking/new-kernel10
1 files changed, 8 insertions, 2 deletions
diff --git a/needs-checking/new-kernel b/needs-checking/new-kernel
index 2b065a6..a81be96 100755
--- a/needs-checking/new-kernel
+++ b/needs-checking/new-kernel
@@ -1,4 +1,10 @@
-#!/bin/sh
+#! /bin/bash
+
+# This script is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License version 2 as
+# published by the Free Software Foundation.
+#
+# See the COPYING and AUTHORS files for more details.
usage()
{
@@ -78,5 +84,5 @@ cvs commit -m "'doing $NEXT_KERNEL'"
cvs update -ko -d -P
TAG=$(echo $NEXT_KERNEL | sed -e 's@\.@_@g')
-cvs tag $TAG
+cvs tag -b $TAG
rm -f $TEMP_PATCH