Skip to content

Commit

Permalink
plugins/java: quote path
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelicWizard committed Dec 30, 2021
1 parent 03626a3 commit 3600e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/available/java.plugin.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ function jar_manifest {
param '1: JAR file to extract the MANIFEST from'
example 'jar_manifest lib/foo.jar'

unzip -c $1 META-INF/MANIFEST.MF
unzip -c "$1" META-INF/MANIFEST.MF
}

0 comments on commit 3600e40

Please sign in to comment.