From 2e9146cc10562ca147f987f96b3de4bf96e46c12 Mon Sep 17 00:00:00 2001 From: Gavin Howard Date: Thu, 9 Jul 2020 08:12:47 -0600 Subject: [PATCH] Fix a bug in the locale_uninstall.sh script --- locale_uninstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/locale_uninstall.sh b/locale_uninstall.sh index 43facb33..d38a5470 100755 --- a/locale_uninstall.sh +++ b/locale_uninstall.sh @@ -59,6 +59,7 @@ fi # This way, we can delete catalogs for locales that we had to install # because they are symlinks. locales=$(gen_nlspath "$destdir/$nlspath" "*" "$main_exec") +locales=$(ls $locales 2> /dev/null) for l in $locales; do rm -f "$l"