Fix string formatting
This commit is contained in:
parent
1b255a6fe9
commit
b8812cfe4a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ begin
|
||||||
configureSW $argv[2..]
|
configureSW $argv[2..]
|
||||||
else
|
else
|
||||||
printf %s%s\n \
|
printf %s%s\n \
|
||||||
"$(tput setaf 3)Warning: $(tput sgr0)" \
|
"$(tput setaf 3)Warning:$(tput sgr0) " \
|
||||||
"$(getSWName) does not seem to be installed -- Skipping"
|
"$(getSWName) does not seem to be installed -- Skipping"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue