this ensures spaces in argv are not lost
i've used "$@"
, but some older shells may need to use ${1:+"$@"}
instead, worth to use maximum compatible?
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
this ensures spaces in argv are not lost
i've used "$@"
, but some older shells may need to use ${1:+"$@"}
instead, worth to use maximum compatible?