svn commit: r750196 - /ofbiz/trunk/debian/ofbiz-framework.postinst

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r750196 - /ofbiz/trunk/debian/ofbiz-framework.postinst

doogie-3
Author: doogie
Date: Wed Mar  4 22:33:36 2009
New Revision: 750196

URL: http://svn.apache.org/viewvc?rev=750196&view=rev
Log:
Vim's syntax highlighting is a little stupid, add some quotes so it
is no longer confused.

Modified:
    ofbiz/trunk/debian/ofbiz-framework.postinst

Modified: ofbiz/trunk/debian/ofbiz-framework.postinst
URL: http://svn.apache.org/viewvc/ofbiz/trunk/debian/ofbiz-framework.postinst?rev=750196&r1=750195&r2=750196&view=diff
==============================================================================
--- ofbiz/trunk/debian/ofbiz-framework.postinst (original)
+++ ofbiz/trunk/debian/ofbiz-framework.postinst Wed Mar  4 22:33:36 2009
@@ -138,7 +138,7 @@
  debconf_name="$2"
  shift 2
  if db_get "$debconf_name"; then
- if eval ! [ \"\$$var_name\" = \"\$RET\" ]; then
+ if eval ! [ "\"\$$var_name\" = \"\$RET\"" ]; then
  while [ $# -gt 0 ]; do
  eval $1=1
  shift