Skip to content

Commit

Permalink
Remove --warning=no-unknown-keyword from tar extraction again
Browse files Browse the repository at this point in the history
Change-Id: I70d9cb14731ffd925021d02b67d693e2886b6e33
  • Loading branch information
fredg02 committed Sep 8, 2023
1 parent a2150f0 commit fe60f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infoCenter/app/createInfoCenter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ prepare() {
fi

# Extract eclipse-platform
tar --warning=no-unknown-keyword xzf eclipse-platform*.tar.gz -C ${workdir}
tar xzf eclipse-platform*.tar.gz -C ${workdir}

# Copy eclipse/plugin_customization.ini
echo "Copying plugin_customization.ini..."
Expand Down

0 comments on commit fe60f9a

Please sign in to comment.