From: Bastian Dehn Date: Sat, 19 Jul 2025 08:16:03 +0000 (+0200) Subject: change load first lib X-Git-Tag: v1.0.0^2~41 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=75cedc9b89c7ba30b5a70cbe51ed5b0926b4ab9e;p=albentohandy.git change load first lib --- 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 $? }