mirror of
https://github.com/tw93/Mole.git
synced 2026-02-13 01:00:13 +00:00
Simpler documentation
This commit is contained in:
@@ -92,7 +92,7 @@ resolve_source_dir() {
|
|||||||
|
|
||||||
# 3) Fallback: fetch repository to a temp directory (works for curl | bash)
|
# 3) Fallback: fetch repository to a temp directory (works for curl | bash)
|
||||||
local tmp
|
local tmp
|
||||||
tmp="$(mktemp_dir)"
|
tmp="$(mktemp -d)"
|
||||||
# Expand tmp now so trap doesn't depend on local scope
|
# Expand tmp now so trap doesn't depend on local scope
|
||||||
trap "rm -rf '$tmp'" EXIT
|
trap "rm -rf '$tmp'" EXIT
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user