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
ef262b3c
Commit
ef262b3c
authored
Jun 30, 2020
by
Guillaume Perréal
Browse files
Affiche le chemin complet du répertoire en cas d'erreur, dans prezbuilder.
parent
4031d832
Changes
1
Show whitespace changes
Inline
Side-by-side
bin/prezbuilder
View file @
ef262b3c
...
@@ -13,7 +13,7 @@ checkdir() {
...
@@ -13,7 +13,7 @@ checkdir() {
fi
fi
local
DIR
=
`
readlink
-f
$1
`
local
DIR
=
`
readlink
-f
$1
`
if
[[
!
-d
"
$DIR
"
]]
;
then
if
[[
!
-d
"
$DIR
"
]]
;
then
echo
"
$
1
i
s not
an
exist
ing
directory"
>
&2
echo
"
$
DIR
doe
s not exist
or is not a
directory"
>
&2
usage
usage
fi
fi
echo
"
$DIR
"
echo
"
$DIR
"
...
...
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