aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDouglas Gilbert <dgilbert@interlog.com>2016-03-25 02:46:06 +0000
committerDouglas Gilbert <dgilbert@interlog.com>2016-03-25 02:46:06 +0000
commit39e06a73fbdd196930b2b07e9f280a7455072ce9 (patch)
treeb556a86e84fbbd7e05d9e8bb5afd03c6ebc761ca /scripts
parentb798bfc6514f9dfff87da36456fe15d7e1b53e6f (diff)
downloadsg3_utils-39e06a73fbdd196930b2b07e9f280a7455072ce9.tar.gz
sg_ses: handle 2 bit EIIOE field in aes dpage, expand join handling of SAS connectors and others; sg_zone: fix debug cdb naming
git-svn-id: https://svn.bingwo.ca/repos/sg3_utils/trunk@686 6180dd3e-e324-4e3e-922d-17de1ae2f315
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/scsi_logging_level4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/scsi_logging_level b/scripts/scsi_logging_level
index 89c759ab..2fba2b7f 100755
--- a/scripts/scsi_logging_level
+++ b/scripts/scsi_logging_level
@@ -149,7 +149,7 @@ check_cmdline()
if [ -n "$*" ]
then
- invalid_cmdline invalid parameter "$*"
+ invalid_cmdline invalid parameter "$@"
fi
if [ $GET = "1" -a $SET = "1" ]
@@ -248,7 +248,7 @@ create_logging_level()
LEVEL=$((LEVEL|(LOG_ERROR & 7)))
}
-check_cmdline "$*"
+check_cmdline "$@"
if [ $SET = "1" ]
then