From 81529e8a3f065a6adfa06c7ed4c3258a815fded7 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 22 Mar 2020 23:28:39 +0100 Subject: Remove useless exports of functions --- lib/util.bash | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib/util.bash') diff --git a/lib/util.bash b/lib/util.bash index 681c589..06e20f1 100644 --- a/lib/util.bash +++ b/lib/util.bash @@ -144,10 +144,3 @@ tmpfile() { printf "%s" "$file" } - -export -f chgdir -export -f config_etc_kv -export -f die -export -f fetch -export -f tmpdir -export -f tmpfile -- cgit v1.1