From d9bc57402f41bbd80733f40f441081001cb45f69 Mon Sep 17 00:00:00 2001 From: fatalerrors Date: Wed, 2 Jun 2021 15:24:07 +0200 Subject: [PATCH] fix: remove emacs backup file from last commit --- modules/.#conf_locale.sh | 1 - modules/conf_locale.sh | 3 +++ modules/{#conf_locale.sh# => conf_locale.sh~} | 3 --- 3 files changed, 3 insertions(+), 4 deletions(-) delete mode 120000 modules/.#conf_locale.sh rename modules/{#conf_locale.sh# => conf_locale.sh~} (86%) diff --git a/modules/.#conf_locale.sh b/modules/.#conf_locale.sh deleted file mode 120000 index e38ed69..0000000 --- a/modules/.#conf_locale.sh +++ /dev/null @@ -1 +0,0 @@ -fatalerrors@isarog.240485:1622181080 \ No newline at end of file diff --git a/modules/conf_locale.sh b/modules/conf_locale.sh index f19b22d..f1bef11 100644 --- a/modules/conf_locale.sh +++ b/modules/conf_locale.sh @@ -17,3 +17,6 @@ precheck_conf_locale() prnt W "Aucune locale définie !" fi } + +export -f conf_locale +export -f precheck_conf_locale diff --git a/modules/#conf_locale.sh# b/modules/conf_locale.sh~ similarity index 86% rename from modules/#conf_locale.sh# rename to modules/conf_locale.sh~ index 3b7a95e..f19b22d 100644 --- a/modules/#conf_locale.sh# +++ b/modules/conf_locale.sh~ @@ -17,6 +17,3 @@ precheck_conf_locale() prnt W "Aucune locale définie !" fi } - -export -f conf_locale -export -f precheck_conf_locale \ No newline at end of file