Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Jun 12, 2024
1 parent a768992 commit ef2307a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/bootstrap-ubi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if [ -z "$FILENAME" ]; then
;;
esac

# I previous had uname -p but that reports all sorts of weird stuff. On one
# I previously had `uname -p` but that reports all sorts of weird stuff. On one
# person's Linux x86_64 machine it reported "unknown". On macOS x86_64 you get
# "i386". Why? I have no idea.
ARCH=$(uname -m)
Expand Down

0 comments on commit ef2307a

Please sign in to comment.