Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/shells
In directory 
fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32578/10.4/unstable/main/finkinfo/shells

Modified Files:
        mksh.info 
Log Message:
Using full path in my packages where possible.


Index: mksh.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/shells/mksh.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- mksh.info   21 Dec 2008 18:37:23 -0000      1.12
+++ mksh.info   24 Dec 2008 17:05:07 -0000      1.13
@@ -28,8 +28,8 @@
 #!/bin/sh
 case $KSH_VERSION in
        *MIRBSD\ KSH*)
-               test \! -e ${HOME-nonexistant}/.%nrc && \
-               test -e %p/etc/%nrc && \
+               /bin/test \! -e ${HOME-nonexistant}/.%nrc && \
+               /bin/test -e %p/etc/%nrc && \
                . %p/etc/%nrc
        ;;
 esac


------------------------------------------------------------------------------
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to