We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7e295 commit 24bd7bfCopy full SHA for 24bd7bf
Makefile.in
@@ -626,7 +626,7 @@ $(GUI_BUNDLE): $(BUNDLE) $(GUI_BUNDLE_DEP)
626
if [ $(MACOS_LEGACY) = no ]; then \
627
for n in $(GUI_BUNDLE)/Contents/MacOS/*; do \
628
if expr $$n : '.*-real$$' >/dev/null || expr $$n : '.*\.sh$$' >/dev/null || \
629
- [ !-f $$n ]; then continue; fi; \
+ [ ! -f $$n ]; then continue; fi; \
630
mv -f $$n $$n-real; dsymutil $$n-real; \
631
$(CP) -f $(srcdir)/data/scripts/macos-wrapper $$n; \
632
done; \
0 commit comments