feat: Minor updates.

This commit is contained in:
2025-11-07 12:09:46 -05:00
parent 05cb700cb1
commit 0636832796
3 changed files with 4 additions and 4 deletions

2
system
View File

@@ -25,7 +25,7 @@ log_and_run() {
log "Running: \"$*\""
if [[ $dry_run == "0" ]]; then
eval $1
eval "$1"
fi
}