Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
public-apis
Commits
5e51c8b1
Commit
5e51c8b1
authored
Oct 26, 2017
by
davemachado
Browse files
Fix a stupid raw string
parent
27b32068
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/main.sh
View file @
5e51c8b1
...
@@ -19,7 +19,7 @@ else
...
@@ -19,7 +19,7 @@ else
fi
fi
echo
"checking if /json was changed..."
echo
"checking if /json was changed..."
egrep
"
\+
{3}
\s
.
\/
json
\/
"
527.
diff
>
json.txt
egrep
"
\+
{3}
\s
.
\/
json
\/
"
diff
.txt
>
json.txt
if
[[
$?
==
0]]
;
then
if
[[
$?
==
0]]
;
then
echo
"JSON files are auto-generated! Please do not update these files:"
echo
"JSON files are auto-generated! Please do not update these files:"
cat
json.txt
cat
json.txt
...
...
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