rpms/xorg-x11-xinit/devel xinit-compat,1.1,1.2

Matej Cepl mcepl at fedoraproject.org
Tue Jul 13 14:37:54 UTC 2010


Author: mcepl

Update of /cvs/pkgs/rpms/xorg-x11-xinit/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18959

Modified Files:
	xinit-compat 
Log Message:
 Fixed missing bang in shebang.


Index: xinit-compat
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-xinit/devel/xinit-compat,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- xinit-compat	3 Feb 2010 17:39:30 -0000	1.1
+++ xinit-compat	13 Jul 2010 14:37:53 -0000	1.2
@@ -1,4 +1,4 @@
-#/bin/sh
+#!/bin/sh
 for session in ~/.xsession ~/.Xclients /etc/X11/xinit/Xclients ;
 do
 if [ -f ${session} ] ; then



More information about the scm-commits mailing list