Skip to content

Commit

Permalink
solaris-memstat: fix shellcheck issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sumpfralle committed Mar 9, 2018
1 parent 8fa7e61 commit f087270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/solaris/solaris-memstat
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ fi

echo "::memstat" | mdb -k | nawk '
BEGIN {
pagesize='$(getconf PAGESIZE)'
pagesize='"$(getconf PAGESIZE)"'
kernel=0
zfs=0
anon=0
Expand Down

0 comments on commit f087270

Please sign in to comment.