From 01e17888fe73ec27f8c365d96a6ee2deee81baf2 Mon Sep 17 00:00:00 2001 From: fatalerrors Date: Wed, 27 May 2026 14:26:44 +0200 Subject: [PATCH] add missing exports --- profile.d/fun.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profile.d/fun.sh b/profile.d/fun.sh index 6e0feaa..626b22d 100644 --- a/profile.d/fun.sh +++ b/profile.d/fun.sh @@ -108,6 +108,7 @@ busy() wait "$sub_pid" 2>/dev/null return 0 } +export -f busy # ------------------------------------------------------------------------------ @@ -259,6 +260,7 @@ fake_compile() wait "$sub_pid" 2>/dev/null return 0 } +export -f fake_compile # ------------------------------------------------------------------------------ @@ -420,6 +422,7 @@ hack() wait "$sub_pid" 2>/dev/null return 0 } +export -f hack # ------------------------------------------------------------------------------