Skip to content

Commit

Permalink
Use --warning=no-unknown-keyword to quiet tar extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Dec 8, 2023
1 parent fc73fa6 commit af363ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ then
cd ${LOCAL_TOOLS}
echo "Extracting Eclipse from ${FILE_ECLIPSE} ..."
scp genie.releng@projects-storage.eclipse.org:${FILE_ECLIPSE} .
tar xf eclipse-SDK-${SDK_VERSION}-linux-gtk-x86_64.tar.gz
tar --warning=no-unknown-keyword -xf eclipse-SDK-${SDK_VERSION}-linux-gtk-x86_64.tar.gz
cd ${WORKSPACE}
fi
require_executable ${ECLIPSE}
Expand Down

0 comments on commit af363ed

Please sign in to comment.