deps: update
This commit is contained in:
parent
a7985221e3
commit
1de4b48d7a
3 changed files with 3 additions and 3 deletions
|
|
@ -416,7 +416,7 @@ manpath() {
|
|||
|
||||
is_writable_dir() {
|
||||
# If it can be created, we can use it.
|
||||
sh_c "mkdir -p '$1' 2>/dev/null"
|
||||
hide mkdir -p "$1"
|
||||
}
|
||||
|
||||
ensure_prefix() {
|
||||
|
|
|
|||
2
ci/sub
2
ci/sub
|
|
@ -1 +1 @@
|
|||
Subproject commit 27f99d77228679f2adf66e8543b8b242399fd5f2
|
||||
Subproject commit 92c31dd6df2b1d96787b5c3c2a8c470f4ec187cb
|
||||
|
|
@ -552,7 +552,7 @@ manpath() {
|
|||
|
||||
is_writable_dir() {
|
||||
# If it can be created, we can use it.
|
||||
sh_c "mkdir -p '$1' 2>/dev/null"
|
||||
hide mkdir -p "$1"
|
||||
}
|
||||
|
||||
ensure_prefix() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue