diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-03-29 09:53:18 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-03-29 09:53:18 +0000 |
| commit | 2c36078d184e6b3fde44793800a6c8ca0b0639f1 (patch) | |
| tree | 19d35773be783fd6761833f599af82301c20ceac /mail/claws-mail/files/patch-tools-launch_phoenix | |
| parent | 46e9a484f814c07d51ab2cb90517f4f5c4c368ae (diff) | |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_8_0'.release/4.8.0
Diffstat (limited to 'mail/claws-mail/files/patch-tools-launch_phoenix')
| -rw-r--r-- | mail/claws-mail/files/patch-tools-launch_phoenix | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/mail/claws-mail/files/patch-tools-launch_phoenix b/mail/claws-mail/files/patch-tools-launch_phoenix deleted file mode 100644 index be8bb323529d..000000000000 --- a/mail/claws-mail/files/patch-tools-launch_phoenix +++ /dev/null @@ -1,17 +0,0 @@ ---- tools/launch_phoenix.orig Wed Jan 8 10:53:19 2003 -+++ tools/launch_phoenix Thu Jan 30 01:31:21 2003 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/bin/sh - - # Copyright © 2002 Mohammed Sameer <Uniball@linux-egypt.org> - # -@@ -39,7 +39,7 @@ - - STR=`phoenix -remote "ping()" 2>&1 | grep No` - #echo $STR --if [[ "$STR" == "No running window found." ]]; then -+if [ "$STR" = "No running window found." ]; then - phoenix_new; - else - phoenix_running; |
