Replace all occurences

This commit is contained in:
Adrien Ferrand 2019-12-05 22:15:02 +01:00
parent a97697d86d
commit a1858d9bd5

View file

@ -3,7 +3,7 @@
uname_output=$(/bin/uname_orig "$@")
if [ "$UNAME_FAKE_32BITS" = true ]; then
uname_output="${uname_output/x86_64/i686}"
uname_output="${uname_output//x86_64/i686}"
fi
echo "$uname_output"