[pkg-firebird-general] debian/functions.sh pretty

Tamas TEVESZ ice at extreme.hu
Sun Mar 4 09:48:47 CET 2007


remove some gunk from functions.sh, also correct a header for -1.5.

Index: debian/functions.sh
===================================================================
--- debian/functions.sh	(revision 997)
+++ debian/functions.sh	(working copy)
@@ -1,13 +1,13 @@
-# Shell functions library used by firebird2.0-{super,classic}.postinst
+# Shell functions library used by firebird1.5-{super,classic}.postinst
 # This file needs to be sourced
 
-if [ -z "${FB_VER:-}" ];
+if [ -z "${FB_VER}" ];
 then
     echo Please define FB_VER before sourcing functions.sh
     exit 1
 fi
 
-if [ -z "${FB_FLAVOUR:-}" ];
+if [ -z "${FB_FLAVOUR}" ];
 then
     echo Please define FB_FLAVOUR before sourcing functions.sh
     exit 1


Index: debian/functions.sh
===================================================================
--- debian/functions.sh	(revision 997)
+++ debian/functions.sh	(working copy)
@@ -1,13 +1,13 @@
 # Shell functions library used by firebird2.0-{super,classic}.postinst
 # This file needs to be sourced
 
-if [ -z "${FB_VER:-}" ];
+if [ -z "${FB_VER}" ];
 then
     echo Please define FB_VER before sourcing functions.sh
     exit 1
 fi
 
-if [ -z "${FB_FLAVOUR:-}" ];
+if [ -z "${FB_FLAVOUR}" ];
 then
     echo Please define FB_FLAVOUR before sourcing functions.sh
     exit 1

-- 
[-]

mkdir /nonexistent



More information about the pkg-firebird-general mailing list