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

New commits:
commit 0a3d9f09489869318cf3b5f5c062900277ba44b9
Author: Raphael Geissert <[EMAIL PROTECTED]>
Date:   Tue Apr 8 18:59:37 2008 -0500

    Fix bashism (Closes: #473701)

diff --git a/debian/xserver-xorg.postinst.in b/debian/xserver-xorg.postinst.in
index 14c50cf..7627176 100644
--- a/debian/xserver-xorg.postinst.in
+++ b/debian/xserver-xorg.postinst.in
@@ -199,7 +199,7 @@ discover_sparc_video () {
     if [ -n "${model}" ]; then
       card="${card} (${model})"
     fi
-    echo -e "${card}\t${server}\t${driver}"
+    printf "${card}\t${server}\t${driver}\n"
   done
 }
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to