Fix linkbrother after eidolon patch. - annna - Annna the nice friendly bot.
 (HTM) git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/annna/
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) README
       ---
 (DIR) commit da14c8b6d5c5f9dc87141d19c00cdeff5a18b04b
 (DIR) parent 106216f6d128d831bcb04ae7e46d91eab38d2bbe
 (HTM) Author: Annna Robert-Houdin <annna@bitreich.org>
       Date:   Tue,  8 Aug 2023 18:12:45 +0200
       
       Fix linkbrother after eidolon patch.
       
       Diffstat:
         M modules/linkbrother/linkbrother.sh  |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/modules/linkbrother/linkbrother.sh b/modules/linkbrother/linkbrother.sh
       @@ -6,7 +6,7 @@ set -e
        
        dir=$(dirname $0)
        if ! [ -x "$dir/linkbrother" ] && [ "$dir/linkbrother" -nt "$dir/linkbrother.c" ]; then
       -    cc "$dir/linkbrother.c" ] || [ "$dir/linkbrother"
       +    cc "$dir/linkbrother.c" -o "$dir/linkbrother"
        fi
        
        "$dir/linkbrother" "$@"