summaryrefslogtreecommitdiff
path: root/mail/claws-mail/files/patch-tools-launch_firebird
blob: 7ee768bce1d503ab30726d4df7d60f1a2efa91f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- tools/launch_firebird.orig	Sun Jul 27 13:28:33 2003
+++ tools/launch_firebird	Sun Jul 27 13:30:11 2003
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 # Copyright � 2002 Mohammed Sameer <Uniball@linux-egypt.org> 
 #
@@ -45,7 +45,7 @@
 
 STR=`$FIREBIRD -remote "ping()" 2>&1 | grep No`
 #echo $STR
-if [[ "$STR" == "No running window found." ]]; then
+if [ "$STR" == "No running window found." ]; then
 firebird_new;
 else
 firebird_running;