From patchwork Tue Jul 12 07:49:45 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Riku Voipio X-Patchwork-Id: 2658 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 135BC23F57 for ; Tue, 12 Jul 2011 07:50:21 +0000 (UTC) Received: from mail-qw0-f52.google.com (mail-qw0-f52.google.com [209.85.216.52]) by fiordland.canonical.com (Postfix) with ESMTP id CEA8FA189AA for ; Tue, 12 Jul 2011 07:50:20 +0000 (UTC) Received: by qwb8 with SMTP id 8so3201984qwb.11 for ; Tue, 12 Jul 2011 00:50:20 -0700 (PDT) Received: by 10.229.68.200 with SMTP id w8mr4713461qci.114.1310457020246; Tue, 12 Jul 2011 00:50:20 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.229.217.78 with SMTP id hl14cs233204qcb; Tue, 12 Jul 2011 00:50:19 -0700 (PDT) Received: by 10.52.76.193 with SMTP id m1mr6869147vdw.204.1310457019330; Tue, 12 Jul 2011 00:50:19 -0700 (PDT) Received: from afflict.kos.to (afflict.kos.to [92.243.29.197]) by mx.google.com with ESMTPS id j2si17520022vdh.18.2011.07.12.00.50.17 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 12 Jul 2011 00:50:18 -0700 (PDT) Received-SPF: neutral (google.com: 92.243.29.197 is neither permitted nor denied by best guess record for domain of riku.voipio@linaro.org) client-ip=92.243.29.197; Authentication-Results: mx.google.com; spf=neutral (google.com: 92.243.29.197 is neither permitted nor denied by best guess record for domain of riku.voipio@linaro.org) smtp.mail=riku.voipio@linaro.org Received: from kos.to (a88-115-163-181.elisa-laajakaista.fi [88.115.163.181]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by afflict.kos.to (Postfix) with ESMTPSA id 696CF26684; Tue, 12 Jul 2011 07:50:15 +0000 (UTC) Received: by kos.to (sSMTP sendmail emulation); Tue, 12 Jul 2011 10:49:45 +0300 Date: Tue, 12 Jul 2011 10:49:45 +0300 From: Riku Voipio To: scratchbox-devel@lists.scratchbox.org Cc: Lauri.T.Aarnio@nokia.com, patches@linaro.org Subject: [PATCH] wrappers/gdb - change to bash script Message-ID: <20110712074816.GA4307@aimless> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Closes debian bug #547762 --- wrappers/gdb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/wrappers/gdb b/wrappers/gdb index 6ff9135..6e2b919 100755 --- a/wrappers/gdb +++ b/wrappers/gdb @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Copyright (c) 2008 Nokia Corporation. # All rights reserved.