From 41573bc80ae1c270047bf79e211e722cb6ed43b0 Mon Sep 17 00:00:00 2001 From: Szymon Siwek Date: Tue, 18 Nov 2008 06:07:14 +0000 Subject: [PATCH] - remove bashizm Changed files: ekiga-shell.patch -> 1.1 --- ekiga-shell.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ekiga-shell.patch diff --git a/ekiga-shell.patch b/ekiga-shell.patch new file mode 100644 index 0000000..3f8889a --- /dev/null +++ b/ekiga-shell.patch @@ -0,0 +1,11 @@ +--- ekiga-3.0.1/src/Makefile.am.orig 2008-11-05 02:58:20.829222623 +0100 ++++ ekiga-3.0.1/src/Makefile.am 2008-11-05 02:59:05.326164449 +0100 +@@ -171,7 +171,7 @@ + echo "#define EKIGA_REVISION $(SVN_REVISION)" > revision.h; \ + fi \ + else \ +- if !(test -e "./revision.h"); then\ ++ if [ ! -e "./revision.h" ]; then\ + echo "#define EKIGA_REVISION \"unknown\"" > revision.h; \ + fi \ + fi) -- 2.43.0