summaryrefslogtreecommitdiff
path: root/databases/geneweb/patches/patch-ac
blob: c997f40c60160885a841c62456c668a1521aa044 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ac,v 1.1 2006/10/22 07:01:38 rillig Exp $

--- contrib/misc/birthdays.orig	2001-12-03 13:32:04.000000000 +0100
+++ contrib/misc/birthdays	2006-10-22 08:53:37.000000000 +0200
@@ -8,7 +8,7 @@
 # Quick hack for GeneWeb linux users
 #   by Falko Trojahn 
 #
-# Needed programs:  bash lynx grep 
+# Needed programs:  lynx grep
 #
 #
 # Arguments:       without args, give us the birthdays from the localhost
@@ -45,7 +45,7 @@ GWBASE=familie
    if [ -z $1 ] ; then
       genewebhost="localhost:2317/$GWBASE"
       selection=""
-   elif [ $1 == month ] ; then
+   elif [ $1 = month ] ; then
       genewebhost="localhost:2317/$GWBASE"
       selection=";v=`date +\%m`"
    elif [ -z $2 ] ; then