Skip to content

Commit

Permalink
Terminate shell command
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmorrow committed Feb 15, 2012
1 parent 3827538 commit 48cc3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Makefile
Expand Up @@ -10,7 +10,7 @@ PKGNAME = $(RELEASE_NAME)-$(RELEASE)-deb-$(PLATFORM).tar.gz
else
# Redhat/Fedora
DISTRO = $(shell head -1 /etc/redhat-release | awk \
'{if ($$0 ~ /Fedora/) {print "fc"} else if ($$0 ~ /CentOS release 5/) {print "rhel5"} else if ($$0 ~ /CentOS release 6/) {print "rhel6"}}'
'{if ($$0 ~ /Fedora/) {print "fc"} else if ($$0 ~ /CentOS release 5/) {print "rhel5"} else if ($$0 ~ /CentOS release 6/) {print "rhel6"}}' )
PKGNAME = $(RELEASE_NAME)-$(RELEASE)-$(DISTRO)-$(PLATFORM).tar.gz
endif
endif
Expand Down

0 comments on commit 48cc3c3

Please sign in to comment.