Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
modify tar to bsdtar: coreos/bugs#1095
Browse files Browse the repository at this point in the history
  • Loading branch information
shapiromatron committed Jul 27, 2017
1 parent 14be4be commit d03078c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/meteor/install_meteor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ set -e

# bomb out if it didn't work, eg no net
test -e "${TARBALL_FILE}"
tar -xzf "$TARBALL_FILE" -C "$INSTALL_TMPDIR" -o
bsdtar -xzf "$TARBALL_FILE" -C "$INSTALL_TMPDIR" -o

test -x "${INSTALL_TMPDIR}/.meteor/meteor"
mv "${INSTALL_TMPDIR}/.meteor" "$HOME"
Expand Down

0 comments on commit d03078c

Please sign in to comment.