[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/xorg-x11-xinit/devel xinput.sh,1.1,1.2
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/xorg-x11-xinit/devel xinput.sh,1.1,1.2
- Date: Wed, 5 Jul 2006 02:36:38 -0400
Author: mharris
Update of /cvs/dist/rpms/xorg-x11-xinit/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv6443
Modified Files:
xinput.sh
Log Message:
Minor readability suggestion from Jens
Index: xinput.sh
===================================================================
RCS file: /cvs/dist/rpms/xorg-x11-xinit/devel/xinput.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xinput.sh 1 Nov 2005 02:00:56 -0000 1.1
+++ xinput.sh 5 Jul 2006 06:36:36 -0000 1.2
@@ -14,7 +14,7 @@
oldterm=$TERM
unset TERM
if [ -r /etc/profile.d/lang.sh ]; then
- . /etc/profile.d/lang.sh
+ source /etc/profile.d/lang.sh
fi
[ -n "$oldterm" ] && export TERM=$oldterm
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]