[Dbconfig-common-devel] dbconfig-common/dpkg config,1.2,1.3

seanius@haydn.debian.org seanius@haydn.debian.org


Update of /cvsroot/dbconfig-common/dbconfig-common/dpkg
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv4779/dpkg

Modified Files:
	config 
Log Message:
fixes pointed out by andreas


Index: config
===================================================================
RCS file: /cvsroot/dbconfig-common/dbconfig-common/dpkg/config,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- config	30 Dec 2004 18:37:20 -0000	1.2
+++ config	19 Jan 2005 23:23:42 -0000	1.3
@@ -24,7 +24,7 @@
 	### multi dbtype support section
 	###
 	# check to see if there's an answer in debconf
-	db_get $package/database-type && $prompted_dbtype="$RET"
+	db_get $package/database-type && prompted_dbtype="$RET"
 
 	# if the dbtype is hardcoded (config.mysql, etc), use that
 	if [ "$hardcoded_dbtype" ]; then