echo, not echo -n
This commit is contained in:
parent
78c3dc1bd7
commit
e3555ed018
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ self=$(basename $0)
|
||||||
# functions first
|
# functions first
|
||||||
_echo()
|
_echo()
|
||||||
{
|
{
|
||||||
echo -n "${self}> $@"
|
echo "${self}> $@"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue