From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B05BD1381FE for ; Tue, 14 Aug 2012 20:27:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FE1921C01C; Tue, 14 Aug 2012 20:26:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5254A21C01C for ; Tue, 14 Aug 2012 20:26:56 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C37341B4042 for ; Tue, 14 Aug 2012 20:26:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8BC6BE543A for ; Tue, 14 Aug 2012 20:26:54 +0000 (UTC) From: "Maxim Koltsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maxim Koltsov" Message-ID: <1342729296.7eb097899dd828864f25e9e116464d5569e5aebd.maksbotan@gentoo> Subject: [gentoo-commits] dev/maksbotan:master commit in: Documentation/ X-VCS-Repository: dev/maksbotan X-VCS-Files: Documentation/leech_bump.sh X-VCS-Directories: Documentation/ X-VCS-Committer: maksbotan X-VCS-Committer-Name: Maxim Koltsov X-VCS-Revision: 7eb097899dd828864f25e9e116464d5569e5aebd X-VCS-Branch: master Date: Tue, 14 Aug 2012 20:26:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 74625c05-f622-48cf-9e48-353dbd434bd8 X-Archives-Hash: 1188fbb2e8b3a9fde093d4ec37ac3cc8 commit: 7eb097899dd828864f25e9e116464d5569e5aebd Author: Maxim Koltsov gentoo org> AuthorDate: Thu Jul 19 20:21:36 2012 +0000 Commit: Maxim Koltsov gentoo org> CommitDate: Thu Jul 19 20:21:36 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/maksbotan.git;a=commit;h=7eb09789 Make leechcraft script stop on Ctrl-C --- Documentation/leech_bump.sh | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Documentation/leech_bump.sh b/Documentation/leech_bump.sh index 5895b77..c554d63 100755 --- a/Documentation/leech_bump.sh +++ b/Documentation/leech_bump.sh @@ -2,6 +2,8 @@ . /etc/init.d/functions.sh +trap 'exit 1' INT QUIT TERM + #First argument is changelog arg, second is message arg, third is default message changelog_helper() { if [[ "x${1}" == "x--changelog" ]]; then