Commit e4c9357b authored by Jean-Paul Saman's avatar Jean-Paul Saman Committed by Jean-Paul Saman

Fix syntax error in script.

parent 90fc126b
......@@ -157,7 +157,7 @@ case $HOST in
# Try to match distribution
if test -f /etc/fedora-release; then
cat src/Distributions/fedora.mak >> distro.mak
if test -f /etc/redhat-release; then
elif test -f /etc/redhat-release; then
cat src/Distributions/rhel.mak >> distro.mak
else
# Default Unix-like systems
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment