Jean Wolter writes: ash uses bsearch to search in the list of built-in commands,...
authorMike Frysinger <vapier@gentoo.org>
Wed, 21 Jun 2006 18:04:49 +0000 (18:04 -0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 21 Jun 2006 18:04:49 +0000 (18:04 -0000)
commitc2ad4f5d2768d7bf60457b09b624c65848ad0dd6
treef48bf08f4a755ae03406748c68cd4e302daa8bde
parent0cc2c2c2894a840b0bca24da42f4154f33b5af0a
Jean Wolter writes: ash uses bsearch to search in the list of built-in commands, therefore the list of built-in commands has to be ordered.  Revision 15077 introduced the source built-in and destroyed this order.  And now ash doesn't find the shift command anymore.
shell/ash.c