2
0
Fork 0
mirror of https://github.com/mas-cli/mas synced 2025-03-06 23:57:21 +00:00

Use builtin instead of \ in scripts.

Improve logging emoji spacing.

Resolve 

Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
Ross Goldberg 2025-01-16 02:01:35 -05:00
parent 69e06d9e1c
commit 1b12efc59e
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
# Boilerplate setup for scripts.
#
\unalias -as
builtin unalias -as
setopt\
autopushd\
combiningchars\

View file

@ -8,7 +8,7 @@
. "${0:a:h}/_setup_script"
printf $'==> 🗑 Cleaning mas %s\n' "$(script/version)"
printf $'==> 🗑 Cleaning mas %s\n' "$(script/version)"
swift package clean
swift package reset