Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Outillage
prezbuilder
Commits
3038f6eb
Commit
3038f6eb
authored
May 11, 2020
by
Guillaume Perréal
Browse files
Améliore le message d'erreur de bin/prezbuilder.
parent
6522463e
Changes
1
Show whitespace changes
Inline
Side-by-side
bin/prezbuilder
View file @
3038f6eb
...
@@ -22,7 +22,10 @@ checkdir() {
...
@@ -22,7 +22,10 @@ checkdir() {
case
"
$1
"
in
case
"
$1
"
in
dev|build
)
COMMAND
=
"
$1
"
;;
dev|build
)
COMMAND
=
"
$1
"
;;
*
)
usage
*
)
echo
"unknown command: '
$1
'"
>
&2
usage
;;
esac
esac
export
SRC
=
"
$(
checkdir
$2
)
"
export
SRC
=
"
$(
checkdir
$2
)
"
...
...
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