Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
b5978be7
Commit
b5978be7
authored
Oct 11, 2008
by
Ian Lynagh
Browse files
Correct the "is $bindir in $PATH" test
We were testing neq instead of eq
parent
ae4bf23e
Changes
1
Hide whitespace changes
Inline
Side-by-side
distrib/Makefile
View file @
b5978be7
...
...
@@ -45,7 +45,7 @@ denounce:
@
echo
=======================================================================
@
echo
Installation of
$(package)
-
$(version)
was successful.
@
echo
if
n
eq
"$(GREPPED_PATH)" ""
ifeq
"$(GREPPED_PATH)" ""
@
echo
To use, add
$(bindir)
to your PATH.
@
echo
endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment