forked from naskya/firefish
dev: minor update in update/utils
This commit is contained in:
parent
69a3bacb32
commit
96f7224a24
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ say() {
|
|||
|
||||
run() {
|
||||
color 3 # yellow
|
||||
printf "[running] \$ %s\n" "$1"
|
||||
printf '[running] $ %s\n' "$1"
|
||||
color
|
||||
/bin/sh -c "$1"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue