mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 12:06:45 +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)
|
||||
local tmp
|
||||
tmp="$(mktemp_dir)"
|
||||
tmp="$(mktemp -d)"
|
||||
# Expand tmp now so trap doesn't depend on local scope
|
||||
trap "rm -rf '$tmp'" EXIT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user