Skip to content

Commit

Permalink
Fixed path for xattr command
Browse files Browse the repository at this point in the history
The Mac workaround assumes GraalVM is installed in $HOME/Development/graalvm// Fixed to use the $GRAALVM_HOME variable.
  • Loading branch information
paulrobinson authored Jun 10, 2020
1 parent c7b624d commit cb74858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/building-native-image.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Use the following command to recursively delete the `com.apple.quarantine` exten
[source,shell]
-----
xattr -r -d com.apple.quarantine $HOME/Development/graalvm/
xattr -r -d com.apple.quarantine ${GRAALVM_HOME}
-----
====

Expand Down

0 comments on commit cb74858

Please sign in to comment.