]> gitweb.hhaalo.de Git - albentohandy.git/commitdiff
change load first lib
authorBastian Dehn <hhaalo@arcor.de>
Sat, 19 Jul 2025 08:16:03 +0000 (10:16 +0200)
committerBastian Dehn <hhaalo@arcor.de>
Sat, 19 Jul 2025 08:16:03 +0000 (10:16 +0200)
albentohandy

index ea43af15b076711719b0a2e177578217139da224..28df819b7954e3754a07a2c8963a80d2493f1016 100755 (executable)
@@ -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 $?
 }