Skip to content

Commit

Permalink
fix Issue 15181 - SYSCONFDIR is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Colvin committed Oct 9, 2015
1 parent f09bb06 commit d9ba17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/posix.mak
Expand Up @@ -370,7 +370,7 @@ endif
$(shell test \"$(VERSION)\" != "`cat verstr.h 2> /dev/null`" \
&& printf \"$(VERSION)\" > verstr.h )
$(shell test $(SYSCONFDIR) != "`cat SYSCONFDIR.imp 2> /dev/null`" \
&& echo -n '$(SYSCONFDIR)' > SYSCONFDIR.imp )
&& printf '$(SYSCONFDIR)' > SYSCONFDIR.imp )

#########

Expand Down

0 comments on commit d9ba17e

Please sign in to comment.