mirror of
https://github.com/StackExchange/blackbox.git
synced 2025-12-15 19:13:01 +02:00
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