rc: csh has auto-completion for binaries in PATH

This commit is contained in:
Franco Fichtner 2018-05-18 23:08:21 +02:00
parent 3ed6c0b3c4
commit 89831fccf9

View File

@ -144,7 +144,7 @@ while [ -z "${PART}" ]; do
bootstrap_and_exit
elif [ "${DEV}" = "!" ]; then
# secret escape! (not so secret now, is it?)
/bin/sh
csh
elif ! probe_for_part ${DEV}; then
echo "No known partition layout was found for '${DEV}'."
fi