Skip to content

Commit d213e49

Browse files
authored
Add missing tab
1 parent b6b1321 commit d213e49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,8 +498,8 @@ else
498498
cd $(INSTALLDIR_BIN) && $(LN) $(PROG_PREFIX)hashsum $(PROG_PREFIX)$(prog) $(newline) \
499499
)
500500
endif
501-
# symlink test if we have
502-
$(shell cd $(INSTALLDIR_BIN) && $(LN) $(shell readlink $(PROG_PREFIX)test) $(PROG_PREFIX)[ || true)
501+
# symlink test if we have
502+
$(shell cd $(INSTALLDIR_BIN) && $(LN) $(shell readlink $(PROG_PREFIX)test) $(PROG_PREFIX)[ || true)
503503

504504
uninstall:
505505
ifneq ($(OS),Windows_NT)

0 commit comments

Comments
 (0)