Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
obsidiansystems
GHC
Commits
83331f7e
Commit
83331f7e
authored
Jul 29, 2007
by
Ian Lynagh
Browse files
Use "set -e" in validate, so "sh validate" still has it set
parent
3fcadd65
Changes
1
Hide whitespace changes
Inline
Side-by-side
validate
View file @
83331f7e
#!/bin/sh -e
#!/bin/sh
set
-e
if
[
-f
mk/config.mk
]
;
then
make distclean
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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