This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: cygwin/xfree86 setup.exe packages available for comments and testing


Just a little mod...

fontdir=/usr/X11R6/lib/X11/fonts
wfontdir=`cygpath -w $fontdir`
umount -u $fontdir 2>/dev/null
mount -bfs "$wfontdir" "$fontdir" 2> /dev/null || mount -bfu "$wfontdir"
"$fontdir"

fixes spaces :)

J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]