mirror of
https://github.com/slap-editor/slap.git
synced 2024-11-09 19:31:01 +03:00
Replaces errcho alias with function
This commit is contained in:
parent
691fc4c70a
commit
dc7c2f47c0
@ -6,7 +6,9 @@ is_executable () {
|
||||
command -v "$1" >/dev/null 2>&1
|
||||
}
|
||||
|
||||
alias errcho='>&2 echo'
|
||||
errcho () {
|
||||
>&2 echo "$@"
|
||||
}
|
||||
|
||||
echo "# Installing slap..."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user