From 2f4f766d5590ad191ae97aad4432d60493f60c81 Mon Sep 17 00:00:00 2001 From: TotallyLeGIT Date: Mon, 24 Aug 2020 18:26:24 +0200 Subject: [PATCH] remove legacy command leftover line --- updater.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/updater.sh b/updater.sh index 5385993..390c388 100755 --- a/updater.sh +++ b/updater.sh @@ -325,7 +325,6 @@ update_userjs () { ######################### if [ $# != 0 ]; then - readonly legacy_lc=$(echo $1 | tr '[A-Z]' '[a-z]') # Display usage if first argument is -help or --help if [ $1 = '--help' ] || [ $1 = '-help' ]; then usage