From 8afecf7ac4e726a1972e93ca023d19959344bf5d Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sun, 13 Jul 2025 20:14:25 +0200 Subject: [PATCH] rename read arguments --- albentohandy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/albentohandy b/albentohandy index 5dd75ab..4f36ffb 100755 --- a/albentohandy +++ b/albentohandy @@ -383,7 +383,7 @@ check_programms() || return $? } -ReadArguments() +read_arguments() { albumlist="albumlist" curphase=1 @@ -502,7 +502,7 @@ main() check_programms || return $? load_config || return $? - ReadArguments $* + read_arguments $* ConvertProcess AdvancedFeatures -- 2.47.3