Using """x""" is identical to "x"
This commit is contained in:
@@ -11,13 +11,13 @@
|
||||
|
||||
function debugmsg() {
|
||||
# Log to stderr.
|
||||
echo 1>&2 LOG: """$@"""
|
||||
echo 1>&2 LOG: "$@"
|
||||
:
|
||||
}
|
||||
|
||||
function logit() {
|
||||
# Log to stderr.
|
||||
echo 1>&2 LOG: """$@"""
|
||||
echo 1>&2 LOG: "$@"
|
||||
}
|
||||
|
||||
function fail_out() {
|
||||
|
||||
Reference in New Issue
Block a user