small consmetic patch to kde-common
Diego Iastrubni
elcuco at kdemail.net
Mon Aug 2 14:45:41 BST 2004
Hi,
This one is waiting a few months on my box. This is for
kde-common/admin/config.sub, it removes one space in the first line, from
"#! /bin/sh" to "#!/bin/sh".
[cuco at cucomania kde-common]$ cvs diff -u
cvs diff: Diffing .
cvs diff: Diffing admin
Index: admin/config.sub
===================================================================
RCS file: /home/kde/kde-common/admin/config.sub,v
retrieving revision 1.19
diff -u -r1.19 config.sub
--- admin/config.sub 26 Oct 2002 16:44:28 -0000 1.19
+++ admin/config.sub 2 Aug 2004 10:40:34 -0000
@@ -1,4 +1,4 @@
-#! /bin/sh
+#!/bin/sh
# Configuration validation subroutine script.
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002 Free Software Foundation, Inc.
cvs diff: Diffing release
cvs diff: Diffing security
--
diego, kde-il translation team
Please avoid sending me Word or PowerPoint attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html
Free MS-Office replacement for most platforms
http://www.openoffice.org/
More information about the kde-core-devel
mailing list