From 6c1667b66f93e00b637baa283ce39b1b7e5a9751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Tue, 1 Sep 2020 09:41:14 +0200 Subject: [PATCH] add export function reachable --- myshell_load_defaults | 1 + 1 file changed, 1 insertion(+) diff --git a/myshell_load_defaults b/myshell_load_defaults index a85b6be..3f2c6b1 100644 --- a/myshell_load_defaults +++ b/myshell_load_defaults @@ -126,3 +126,4 @@ echo "bashrc_add sourced" 2>&1 |tee -a ${MYSHELLCONFIG_LOGFILE} >&2 # Export several functions for being usable in subshells export -f token export -f sudo +export -f reachable