Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 254a843

Browse files
committed
1 parent a299511 commit 254a843

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/universalJavaApplicationStub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ fi
741741
export CFProcessPath="$0"
742742

743743
# remove Apples ProcessSerialNumber from passthru arguments (#39)
744-
if [[ $@ == -psn* ]] ; then
744+
if [[ "$*" == -psn* ]] ; then
745745
ArgsPassthru=()
746746
else
747747
ArgsPassthru=("$@")

0 commit comments

Comments
 (0)