diff -u pvpgn-1.8.1/debian/changelog pvpgn-1.8.1/debian/changelog
--- pvpgn-1.8.1/debian/changelog
+++ pvpgn-1.8.1/debian/changelog
@@ -1,3 +1,10 @@
+pvpgn (1.8.1-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fixed bashism (closes: #530166) 
+
+ -- Prach Pongpanich <prachpub@gmail.com>  Tue, 16 Mar 2010 12:10:29 +0700
+
 pvpgn (1.8.1-2) unstable; urgency=low
 
   * Move the downloaded archive to /var/lib/pvpgn instead of /tmp.(doh)
diff -u pvpgn-1.8.1/debian/pvpgn-support-installer pvpgn-1.8.1/debian/pvpgn-support-installer
--- pvpgn-1.8.1/debian/pvpgn-support-installer
+++ pvpgn-1.8.1/debian/pvpgn-support-installer
@@ -105,7 +105,7 @@
 	echo "Removing temporary directory.."
 	rm -rf $TMPDIR
 	if [ ! "$OFFLINE_PATH" ]; then
-		echo -e "\n\nThe archive has been saved as /var/lib/pvpgn/pvpgn-support-1.0.tar.gz"
+		echo "\n\nThe archive has been saved as /var/lib/pvpgn/pvpgn-support-1.0.tar.gz"
 		echo "Use pvpgn-support-installer with the -l flag if you need to reinstall"
 	fi
 fi
diff -u pvpgn-1.8.1/debian/init.d pvpgn-1.8.1/debian/init.d
--- pvpgn-1.8.1/debian/init.d
+++ pvpgn-1.8.1/debian/init.d
@@ -30,7 +30,7 @@
 	done
 
 	if [ "$START" = "0" ]; then
-		echo -e "\nYou are missing the pvpgn support files and daemon will not start without them."
+		echo "\nYou are missing the pvpgn support files and daemon will not start without them."
 		echo "Run pvpgn-support-installer or read /usr/share/doc/pvpgn/README.Debian"		      
 		exit 0
 	fi
