Fixed missing bang in shebang.

This commit is contained in:
Matej Cepl 2010-07-13 14:37:53 +00:00
parent bc7d9638e9
commit dbb1aa1f35

View File

@ -1,4 +1,4 @@
#/bin/sh
#!/bin/sh
for session in ~/.xsession ~/.Xclients /etc/X11/xinit/Xclients ;
do
if [ -f ${session} ] ; then