projects
/
backmeupscotty.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2ef8e6
)
added verbose mode info message
author
Alexander Schmidt
<alex@treefish.org>
Mon, 20 Jul 2015 22:43:03 +0000
(
00:43
+0200)
committer
Alexander Schmidt
<alex@treefish.org>
Mon, 20 Jul 2015 22:43:03 +0000
(
00:43
+0200)
backmeupscotty
patch
|
blob
|
history
diff --git
a/backmeupscotty
b/backmeupscotty
index dd1471123bf372d0b60455d4b0a1ea9dee9eb5ca..1df23cd77c087c45ef247b714e6d3bd7a7f88327 100644
(file)
--- a/
backmeupscotty
+++ b/
backmeupscotty
@@
-27,7
+27,10
@@
function scottyinfo {
function scottyerror {
scottyline $@ >&2
- _ERROR_ENCOUNTERED=1
+ if [ $_ERROR_ENCOUNTERED -eq 0 ]; then
+ _ERROR_ENCOUNTERED=1
+ scottyline "Going into verbose mode after error encounter." >&2
+ fi
}
function ssh255 {