freebsd-ports/mail/sylpheed-claws/files/patch-tools-launch_firebird
Oliver Lehmann 022e6ba4ef update sylpheed-claws to 0.9.3
PR:		ports/54913
Submitted by:	Hendrik Scholz <hendrik@scholz.net>
Approved by:	maintainer
2003-07-28 15:22:44 +00:00

17 lines
440 B
Text

--- 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;