mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Fix a code typo that prevented mkdir from firing (unnoticed
usually because another part of the code succeeded in making the same directory). MFC after: 3 days
This commit is contained in:
parent
6b22f423cf
commit
c7136fd54f
@ -258,7 +258,7 @@ f_index_initialize()
|
||||
|
||||
# Finally, move the temporary file into place
|
||||
case "$PACKAGES_INDEX_CACHEFILE" in
|
||||
*/*) f_eval_catch -d $funcname mkdir \
|
||||
*/*) f_eval_catch -d $__funcname mkdir \
|
||||
'mkdir -p "%s"' "${PACKAGES_INDEX_CACHEFILE%/*}"
|
||||
esac
|
||||
f_eval_catch -d $__funcname mv 'mv -f "%s" "%s"' \
|
||||
|
Loading…
Reference in New Issue
Block a user