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

xorg: Changes to 'debian-unstable'



 debian/xserver-xorg.postinst.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c11eb653138e6afd5b89610114e3b649d366cf16
Author: David Nusinow <dnusinow@debian.org>
Date:   Sat Jan 5 18:23:02 2008 -0500

    Fix bashism

diff --git a/debian/xserver-xorg.postinst.in b/debian/xserver-xorg.postinst.in
index 2d2ddcf..6a3a77b 100644
--- a/debian/xserver-xorg.postinst.in
+++ b/debian/xserver-xorg.postinst.in
@@ -519,7 +519,7 @@ fi
 debug_echo "Configuring $THIS_PACKAGE."
 
 # collect information about installed video card(s), if possible
-if [ "$ARCH" == "sparc" ]; then
+if [ "$ARCH" = "sparc" ]; then
   DISCOVER_PROG='prtconf'
   DISCOVER_FUNC='discover_sparc_video'
 


Reply to: