Skip to content
Discussion options

You must be logged in to vote

Dies könnte helfen (nur das 2.!) ... falls du die Datei findest

--- tools/path/file
+++ tools/path/file
@@ -7,7 +7,7 @@ file="$TOOLS/build/usr/bin/file"
 [ -x "$file" ] && exec "$file" -m $MGC "$@"

 file="$(which -a 'file' | grep -v "^$MYOWN$" | head -n1)"
-[ -x "$file" ] && exec "$file" -m $MGC "$@"
+[ -x "$file" ] && exec "$file" "$@"

 echo "Miserable failure, no file binary!" >&2
 exit 1

Replies: 6 comments 7 replies

Comment options

You must be logged in to vote
2 replies
@harryboo
Comment options

harryboo Nov 14, 2025
Collaborator Author

@fda77
Comment options

fda77 Nov 14, 2025
Collaborator

Comment options

You must be logged in to vote
5 replies
@harryboo
Comment options

harryboo Nov 14, 2025
Collaborator Author

@fda77
Comment options

fda77 Nov 14, 2025
Collaborator

@fda77
Comment options

fda77 Nov 14, 2025
Collaborator

@harryboo
Comment options

harryboo Nov 14, 2025
Collaborator Author

@fda77
Comment options

fda77 Nov 14, 2025
Collaborator

Answer selected by harryboo
Comment options

harryboo
Nov 15, 2025
Collaborator Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

harryboo
Nov 18, 2025
Collaborator Author

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants