Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Felix Eckhofer
tools
Commits
b1d0b918
Commit
b1d0b918
authored
Apr 25, 2014
by
Felix Eckhofer
🤹🏼
Browse files
Make output more readable
parent
b438d63d
Changes
1
Show whitespace changes
Inline
Side-by-side
scripts/paint-it-black.sh
View file @
b1d0b918
...
@@ -14,9 +14,8 @@ sedfilter() {
...
@@ -14,9 +14,8 @@ sedfilter() {
RETCODE
=
"
$?
"
RETCODE
=
"
$?
"
if
[
0
-eq
"
$RETCODE
"
]
;
then
if
[
0
-eq
"
$RETCODE
"
]
;
then
echo
"
## Filter successfully applied to
$SOURCE
, the changes are as follows:"
>
&2
echo
"
$SOURCE
: done
, the changes are as follows:"
>
&2
diff
-u
"
$TEMPFILE
"
"
$SOURCE
"
>
&2
diff
-u
"
$TEMPFILE
"
"
$SOURCE
"
>
&2
echo
fi
fi
rm
-f
"
$TEMPFILE
"
rm
-f
"
$TEMPFILE
"
...
...
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