mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2025-11-07 07:51:31 +05:30
fix(yabs.sh): typo on AWK check, wording on TAR check
This commit is contained in:
parent
b1d0a7d2f5
commit
e69f1d1c85
1 changed files with 1 additions and 1 deletions
2
yabs.sh
2
yabs.sh
|
|
@ -94,7 +94,7 @@ if check_command "awk"; then
|
|||
fi
|
||||
else
|
||||
echo -e "awk : \xE2\x9D\x8C not installed"
|
||||
echo -e "\nError: 'awk' command found. Please install one of those to continue, script heavily relies on it."
|
||||
echo -e "\nError: 'awk' command found. Please install 'awk', script heavily relies on it."
|
||||
echo -e
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue