Skip to content

Commit 3d49976

Browse files
committed
chmod + () instead of {}
1 parent 60ee76c commit 3d49976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dspic33ck-canfd-ta100/app.X/nbproject/configurations.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<makeUseCleanTarget>false</makeUseCleanTarget>
113113
<makeCustomizationPreStep></makeCustomizationPreStep>
114114
<makeCustomizationPostStepEnabled>true</makeCustomizationPostStepEnabled>
115-
<makeCustomizationPostStep>cd mcc_generated_files/boot &amp;&amp; .$(_/_)postBuild$(ShExtension) $(MP_CC_DIR)</makeCustomizationPostStep>
115+
<makeCustomizationPostStep>cd mcc_generated_files/boot &amp;&amp; chmod +x postBuild$(ShExtension) &amp;&amp; .$(_/_)postBuild$(ShExtension) $(MP_CC_DIR)</makeCustomizationPostStep>
116116
<makeCustomizationPutChecksumInUserID>false</makeCustomizationPutChecksumInUserID>
117117
<makeCustomizationEnableLongLines>false</makeCustomizationEnableLongLines>
118118
<makeCustomizationNormalizeHexFile>false</makeCustomizationNormalizeHexFile>

0 commit comments

Comments
 (0)