deps: update

This commit is contained in:
Anmol Sethi 2022-12-06 01:33:22 -08:00
parent a7985221e3
commit 1de4b48d7a
No known key found for this signature in database
GPG key ID: 8CEF1878FF10ADEB
3 changed files with 3 additions and 3 deletions

View file

@ -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

@ -1 +1 @@
Subproject commit 27f99d77228679f2adf66e8543b8b242399fd5f2
Subproject commit 92c31dd6df2b1d96787b5c3c2a8c470f4ec187cb

View file

@ -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() {