Skip to content

Commit

Permalink
Merge pull request elastic#142 from mhorbul/LOGSTASH-473
Browse files Browse the repository at this point in the history
remove whitespaces from the result of the tar options check
  • Loading branch information
lusis committed Apr 28, 2012
2 parents f0d1df2 + e42d2cb commit 57a0e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GEM_HOME=build/gems
QUIET=@

# OS-specific options
TARCHECK=$(shell tar --help|grep wildcard|wc -l)
TARCHECK=$(shell tar --help|grep wildcard|wc -l|tr -d ' ')
ifeq (0, $(TARCHECK))
TAR_OPTS=
else
Expand Down

0 comments on commit 57a0e11

Please sign in to comment.