mirror of
https://github.com/tj/git-extras.git
synced 2026-09-15 09:56:19 -04:00
stamp: remove non used multiple lines error messages
This commit is contained in:
parent
4aec48c85c
commit
a118f306b1
|
|
@ -22,7 +22,7 @@ EOF
|
|||
|
||||
error() {
|
||||
if [[ -n "$1" ]]; then
|
||||
local msg=$( echo "error: $1" | sed 's/\\n/\\n /g' )
|
||||
local msg=$( echo "error: $1" )
|
||||
echo -e "${msg}" >&2
|
||||
fi
|
||||
usage
|
||||
|
|
|
|||
Loading…
Reference in a new issue