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

X Strike Force SVN commit: rev 614 - trunk/debian



Author: branden
Date: 2003-10-01 10:21:42 -0500 (Wed, 01 Oct 2003)
New Revision: 614

Modified:
   trunk/debian/shell-lib.sh
Log:
Add $Id$ expando.

Set svn:keywords property to "Id".

Move vim modeline to end of file (so it remains within one line of the end
or beginning of the file).

- debian/shell-lib.sh


Modified: trunk/debian/shell-lib.sh
===================================================================
--- trunk/debian/shell-lib.sh	2003-10-01 15:19:21 UTC (rev 613)
+++ trunk/debian/shell-lib.sh	2003-10-01 15:21:42 UTC (rev 614)
@@ -1,4 +1,4 @@
-# vim:set ai et sts=2 sw=2 tw=0:
+# $Id$
 
 SOURCE_VERSION=@SOURCE_VERSION@
 OFFICIAL_BUILD=@OFFICIAL_BUILD@
@@ -428,3 +428,5 @@
     debugmsg "command \"$*\" exited with status $retval"
   fi
 }
+
+# vim:set ai et sts=2 sw=2 tw=0:


Property changes on: trunk/debian/shell-lib.sh
___________________________________________________________________
Name: svn:keywords
   + Id



Reply to: