Ignore errors for the moment
Most (if not all) come from the embedded libc.
This commit is contained in:
parent
b4c3b3bf88
commit
99acb1eacc
|
@ -169,9 +169,12 @@ fi
|
|||
[ $clean -ne 0 ] && exit 0
|
||||
|
||||
exec 3>&1
|
||||
ret=0
|
||||
while [ $# -gt 0 ]; do
|
||||
target="$1"
|
||||
shift
|
||||
|
||||
_fixme > "$target" || exit 2
|
||||
_fixme > "$target" || ret=$?
|
||||
done
|
||||
#XXX ignore errors
|
||||
exit 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user