Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2006-08-30 11:44:33 +0400
committerYann Leboulanger <asterix@lagaule.org>2006-08-30 11:44:33 +0400
commit9b55075f1dc766f0040702b68894ed2934475537 (patch)
tree6982105154844aac407dd68dec4fffa44c391124 /launch.sh
parent6fe8efff64e02081846c686171fed7a16aa0eeaa (diff)
use bash instead of sh because -a is a bash specific option. fixes #1620
Diffstat (limited to 'launch.sh')
-rwxr-xr-xlaunch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/launch.sh b/launch.sh
index a048599f9..08b9110a0 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 $@