-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ before_install: | |
fi | ||
script: | ||
- if git --no-pager grep --color -n --full-name ' $' -- \*.jl \*.scm \*.c \*.cpp \*.h; then | ||
echo "Error: trailing whitespace found in source file(s)"; | ||
echo "Error:\ trailing whitespace found in source file(s)"; | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
tkelman
Author
Contributor
|
||
exit 1; | ||
fi | ||
- make $BUILDOPTS prefix=/tmp/julia install | ||
|
4 comments
on commit ab0d6ca
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ugh, thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops that results in the backslash showing up in the message
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how about dash instead of colon? yaml doesnt seem to care about that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really don't care, not broken is best :-)
To escape the colon, shouldn't the backslash be in front of it?