From 89831fccf979f44cbadfee22cc1017fa2ae5e7f1 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 18 May 2018 23:08:21 +0200 Subject: [PATCH] rc: csh has auto-completion for binaries in PATH --- src/etc/rc.importer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/rc.importer b/src/etc/rc.importer index 093f3ce82..2662a8b1f 100755 --- a/src/etc/rc.importer +++ b/src/etc/rc.importer @@ -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