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/logging.bash | 9 --------- lib/util.bash | 7 ------- 2 files changed, 16 deletions(-) diff --git a/lib/logging.bash b/lib/logging.bash index ad0bedd..a1ef767 100644 --- a/lib/logging.bash +++ b/lib/logging.bash @@ -49,12 +49,3 @@ alert() { emerg() { log -c "\e[1;4;31m" -- "$*" } - -export -f log -export -f debug -export -f info -export -f notice -export -f warn -export -f crit -export -f alert -export -f emerg 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