Skip to content

Commit

Permalink
Fixed --posix order
Browse files Browse the repository at this point in the history
  • Loading branch information
megastep committed Jan 16, 2021
1 parent 3d85d8b commit 3fac1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makeself.sh
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ tmparch="${TMPDIR:-/tmp}/mkself$$.tar"
\) -print \
| LC_ALL=C sort \
| sed 's/./\\&/g' \
| xargs tar $TAR_EXTRA -$TAR_ARGS --posix "$tmparch"
| xargs tar $TAR_EXTRA --posix -$TAR_ARGS "$tmparch"
) || {
echo "ERROR: failed to create temporary archive: $tmparch"
rm -f "$tmparch" "$tmpfile"
Expand Down

0 comments on commit 3fac1a6

Please sign in to comment.