You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# remove any stale files that were left behind by the previous extraction
{ find "$want" -print
tar -t -f "$tgz" -z | sed -e "s|^[^/]*|$want|" -e 's|/$||'
} | sort -r | uniq -c | sed -n 's/^ *1 //p' | while read -r arg; do
if test -d "$arg"
then rmdir "$arg"
elif test -f "$arg"
then
rm -v "$arg"
fi
done
It seems like some unicode character in the Javascript.docset causes an issue in the install script.
Reproduce with this script :
Gives following output :
The text was updated successfully, but these errors were encountered: