[interchange-cvs] interchange - racke modified debian/interchange-cat-foundation.config

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Fri Oct 18 11:30:00 2002


User:      racke
Date:      2002-10-18 15:29:02 GMT
Modified:  debian   interchange-cat-foundation.config
Log:
removed bashisms

Revision  Changes    Path
2.5       +3 -3      interchange/debian/interchange-cat-foundation.config


rev 2.5, prev_rev 2.4
Index: interchange-cat-foundation.config
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /anon_cvs/repository/interchange/debian/interchange-cat-foundatio=
n.config,v
retrieving revision 2.4
retrieving revision 2.5
diff -u -r2.4 -r2.5
--- interchange-cat-foundation.config	31 Jan 2002 15:40:00 -0000	2.4
+++ interchange-cat-foundation.config	18 Oct 2002 15:29:02 -0000	2.5
@@ -1,6 +1,6 @@
 #! /bin/sh -e
 #
-# Copyright 2001 by Stefan Hornburg (Racke) <racke@linuxia.de>
+# Copyright 2001,2002 by Stefan Hornburg (Racke) <racke@linuxia.de>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@
 db_go
=20
 db_get interchange-cat-foundation/install
-if [ "$RET" =3D=3D "true" ]; then
+if [ "$RET" =3D "true" ]; then
 	db_input medium interchange-cat-foundation/purge  || [ $? -eq 30 ]
 	db_go
 	db_input high interchange-cat-foundation/username || [ $? -eq 30 ]
@@ -42,7 +42,7 @@
=20
 if [ -d /var/lib/interchange/catalogs/foundation ]; then
 	db_get interchange-cat-foundation/replace
-	if [ "$RET" =3D=3D "ask" ]; then
+	if [ "$RET" =3D "ask" ]; then
 		db_fset interchange-cat-foundation/confirm isdefault true
 		db_input critical interchange-cat-foundation/confirm=20
 		db_go