-
|
Hallo zusammen, |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 7 replies
-
|
Den Pluralis Majestatis find ich top! |
Beta Was this translation helpful? Give feedback.
-
|
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 |
Beta Was this translation helpful? Give feedback.
-
|
Moin, da scheint mit den letzten Änderungen wieder etwas nicht zu stimmen (da wird nix mehr gestrippt). Aktuell (mit einen neuen Checkout) sieht es so aus: |
Beta Was this translation helpful? Give feedback.
-
|
Der 1. Fix war dass das system-file ohne die freetz-magic ausgeführt wird die evtl nicht kompatibel ist. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
-
Wie ist das "nix" definiert? Die magic sollte auch da sein wenn die binary da ist
|
Beta Was this translation helpful? Give feedback.
Dies könnte helfen (nur das 2.!) ... falls du die Datei findest