Skip to content

Commit

Permalink
Quote script path to fix #19
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Jul 10, 2024
1 parent c46e12e commit 1beb1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Edit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3121,7 +3121,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "$SRCROOT/Edit/Scripts/validate.sh\n";
shellScript = "\"$SRCROOT/Edit/Scripts/validate.sh\"\n";
};
/* End PBXShellScriptBuildPhase section */

Expand Down

0 comments on commit 1beb1d2

Please sign in to comment.