Skip to content

Commit 0e2835c

Browse files
committed
fix for SC2145
1 parent c5231ac commit 0e2835c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

files/homes.desktop/bin/mastvoldown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ detect_vol() {
2222

2323
usageerror() {
2424
if [ $# != 0 ] ; then
25-
echo "Usage error: $@" 1>&2
25+
echo "Usage error:" "$@" 1>&2
2626
fi
2727
echo "Usage: $0 [--small|-s] [--large|-l]+" 1>&2
2828
exit 1

files/homes.desktop/bin/mastvolup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ detect_vol() {
2222

2323
usageerror() {
2424
if [ $# != 0 ] ; then
25-
echo "Usage error: $@" 1>&2
25+
echo "Usage error:" "$@" 1>&2
2626
fi
2727
echo "Usage: $0 [--small|-s] [--large|-l]+" 1>&2
2828
exit 1

0 commit comments

Comments
 (0)