Skip to content

Commit

Permalink
Merge pull request #5179 from John-Colvin/patch-3
Browse files Browse the repository at this point in the history
fix Issue 15181 - SYSCONFDIR is broken
  • Loading branch information
MartinNowak committed Oct 10, 2015
2 parents 03db3e3 + d9ba17e commit 5df7520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/posix.mak
Original file line number Diff line number Diff line change
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 5df7520

Please sign in to comment.