[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force xresprobe SVN commit: r44 - in trunk: . debian



Author: otavio
Date: 2006-04-08 08:52:21 -0500 (Sat, 08 Apr 2006)
New Revision: 44

Modified:
   trunk/debian/changelog
   trunk/xresprobe
Log:
* Fix bashism on xresprobe script (closes: #318215)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-04-08 13:50:07 UTC (rev 43)
+++ trunk/debian/changelog	2006-04-08 13:52:21 UTC (rev 44)
@@ -2,6 +2,7 @@
 
   * New release based in 0.4.23 release of Ubuntu.
     - Fixed FTBFS bug (closes: #358334)
+  * Fix bashism on xresprobe script (closes: #318215)
 
  -- Otavio Salvador <otavio@debian.org>  Sat,  8 Apr 2006 10:49:10 -0300
 

Modified: trunk/xresprobe
===================================================================
--- trunk/xresprobe	2006-04-08 13:50:07 UTC (rev 43)
+++ trunk/xresprobe	2006-04-08 13:52:21 UTC (rev 44)
@@ -144,7 +144,7 @@
     doprobe
   fi
   DISPTYPE="lcd/lvds"
-elif [ "x$DDC" == "xyes" ]; then
+elif [ "x$DDC" = "xyes" ]; then
   doddc
 fi
 



Reply to: