solaris-memstat: fix shellcheck issue

This commit is contained in:
Lars Kruse 2018-03-09 06:09:54 +01:00
parent 8fa7e61b43
commit f08727035f
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ fi
echo "::memstat" | mdb -k | nawk '
BEGIN {
pagesize='$(getconf PAGESIZE)'
pagesize='"$(getconf PAGESIZE)"'
kernel=0
zfs=0
anon=0