From 9b55075f1dc766f0040702b68894ed2934475537 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Wed, 30 Aug 2006 07:44:33 +0000
Subject: [PATCH] use bash instead of sh because -a is a bash specific option.
 fixes #1620

---
 launch.sh     | 2 +-
 scripts/gajim | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/launch.sh b/launch.sh
index a048599f94..08b9110a0f 100755
--- a/launch.sh
+++ b/launch.sh
@@ -1,3 +1,3 @@
-#!/bin/sh
+#!/bin/bash
 cd `dirname $0`/src
 exec -a gajim python -OOt gajim.py $@
diff --git a/scripts/gajim b/scripts/gajim
index 701c21a332..fb83a4f846 100644
--- a/scripts/gajim
+++ b/scripts/gajim
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 ##      gajim
 ##
 ## Contributors for this file:
-- 
GitLab