mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Replace all occurences
This commit is contained in:
parent
a97697d86d
commit
a1858d9bd5
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue