Most scripts in /rc/bin/patch have "no such patch" type errors which bail
early on if things aren't set up right in /n/sources/patch. patch/list had no
such check, meaning if 'cd /n/sources/patch' fails, it'll happily try the
current dirctory. This change causes it to notice the cd failed and exit
more cleanly. The error was benign, but ugly.
|