From 75cedc9b89c7ba30b5a70cbe51ed5b0926b4ab9e Mon Sep 17 00:00:00 2001 From: Bastian Dehn Date: Sat, 19 Jul 2025 10:16:03 +0200 Subject: [PATCH] change load first lib --- albentohandy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/albentohandy b/albentohandy index ea43af1..28df819 100755 --- a/albentohandy +++ b/albentohandy @@ -111,10 +111,10 @@ execute_program() [ -f "$LIBS/$lib" ] \ || errlog "file $LIBS/$lib does not exists" \ || return $? + source "$LIBS/$lib" || return $? mkdir -p "$workdir" make_symlinks_to_work "albumlist" "$workdir" "$MUSICPATH" || return $? - source "$LIBS/$lib" || return $? execute "$workdir" || return $? } -- 2.47.3