Fix linkbrother after eidolon patch. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit da14c8b6d5c5f9dc87141d19c00cdeff5a18b04b | |
parent 106216f6d128d831bcb04ae7e46d91eab38d2bbe | |
Author: Annna Robert-Houdin <[email protected]> | |
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(-) | |
--- | |
diff --git a/modules/linkbrother/linkbrother.sh b/modules/linkbrother/linkbroth… | |
@@ -6,7 +6,7 @@ set -e | |
dir=$(dirname $0) | |
if ! [ -x "$dir/linkbrother" ] && [ "$dir/linkbrother" -nt "$dir/linkbrother.c… | |
- cc "$dir/linkbrother.c" ] || [ "$dir/linkbrother" | |
+ cc "$dir/linkbrother.c" -o "$dir/linkbrother" | |
fi | |
"$dir/linkbrother" "$@" |