File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -620,13 +620,13 @@ $(ASSERT_WRITELN_BIN)_test: assert_writeln_magic.d $(DUB) $(STABLE_DMD)
620620
621621$(PHOBOS_FILES_GENERATED ) : $(PHOBOS_DIR_GENERATED ) /% : $(PHOBOS_DIR ) /% $(DUB ) $(ASSERT_WRITELN_BIN )
622622 @mkdir -p $(dir $@ )
623- @if [ $( subst .,, $( suffix $@ ) ) == " d" ] && [ " $@ " != " $( PHOBOS_DIR_GENERATED) /index.d" ] ; then \
623+ @if [ $( subst .,, $( suffix $@ ) ) = " d" ] && [ " $@ " != " $( PHOBOS_DIR_GENERATED) /index.d" ] ; then \
624624 $(ASSERT_WRITELN_BIN ) -i $< -o $@ ; \
625625 else cp $< $@ ; fi
626626
627627$(PHOBOS_STABLE_FILES_GENERATED ) : $(PHOBOS_STABLE_DIR_GENERATED ) /% : $(PHOBOS_STABLE_DIR ) /% $(DUB ) $(ASSERT_WRITELN_BIN )
628628 @mkdir -p $(dir $@ )
629- @if [ $( subst .,, $( suffix $@ ) ) == " d" ] && [ " $@ " != " $( PHOBOS_STABLE_DIR_GENERATED) /index.d" ] ; then \
629+ @if [ $( subst .,, $( suffix $@ ) ) = " d" ] && [ " $@ " != " $( PHOBOS_STABLE_DIR_GENERATED) /index.d" ] ; then \
630630 $(ASSERT_WRITELN_BIN ) -i $< -o $@ ; \
631631 else cp $< $@ ; fi
632632
You can’t perform that action at this time.
0 commit comments