Date: Mon, 24 Oct 2005 22:32:19 +0000 (UTC) From: Colin Percival <cperciva@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/alias generic.sh Message-ID: <200510242232.j9OMWJan049644@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
cperciva 2005-10-24 22:32:19 UTC
FreeBSD src repository
Modified files:
usr.bin/alias generic.sh
Log:
Use the "builtin" shell function to make sure that the requested
command is handled as a shell function. This avoids the following
peculiar behaviour when /usr/bin is on a case-insensitive filesystem:
# READ foo
(... long pause, depending upon the amount of swap space available ...)
sh: Resource temporarily unavailable.
Reported by: I can't remember; someone on IRC.
MFC after: 1 week
Revision Changes Path
1.2 +1 -1 src/usr.bin/alias/generic.sh
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510242232.j9OMWJan049644>
