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 #715 Signed-off-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com>
This commit is contained in:
parent
69e06d9e1c
commit
1b12efc59e
2 changed files with 2 additions and 2 deletions
script
|
@ -6,7 +6,7 @@
|
|||
# Boilerplate setup for scripts.
|
||||
#
|
||||
|
||||
\unalias -as
|
||||
builtin unalias -as
|
||||
setopt\
|
||||
autopushd\
|
||||
combiningchars\
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue