mirror of
https://github.com/Zygo/bees.git
synced 2025-07-06 10:32:25 +02:00
If /bin/sh is bash, the 'type' builtin produces a list of filenames that match the arguments to $PATH. If /bin/sh is dash, we get errors like: /bin/sh: 1: P:: not found Hopefully having a build-dep on bash is not controversial. Signed-off-by: Zygo Blaxell <bees@furryterror.org>