Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
Seitosh
Commits
4acc8837
Commit
4acc8837
authored
Jul 18, 2019
by
thomas.forbriger
Browse files
src/compile.sh: rephrase report on missing goal
parent
bd4bcf99
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/compile.sh
View file @
4acc8837
...
...
@@ -33,11 +33,13 @@
# 14/05/2015 thof: introduce dry-run option
# read list of directories from file
# 15/05/2015 thof: provide extended error handling
# 18/07/2019 thof: rephrase report on missing goal
# (should not sound like an error)
#
# ============================================================================
#
# indicate version
VERSION
=
201
5
-0
5
-1
5
VERSION
=
201
9
-0
7
-1
8
#
# ============================================================================
# **** define usage functions ****
...
...
@@ -197,7 +199,7 @@ makegoalindir() {
fi
fi
else
echo
>
&2
" ** goal
\"
$GOAL
\"
is
missing
in
$DIR
!
"
echo
>
&2
" ** goal
\"
$GOAL
\"
is
not available
in
$DIR
"
if
test
0
$ERROR_MISSING
-gt
0
then
if
test
0
$ERROR_CONTINUE
-gt
0
...
...
Write
Preview
Markdown
is supported
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