zdb: Fix minor memory leak
[zfs.git] / cmd / zpool / zpool.d / upath
blobe37ee1b8cc2a9eb43e0ca824bf547130a1ec985c
1 #!/bin/sh
2 if [ "$1" = "-h" ] ; then
3 echo "Show the underlying path for a device."
4 exit
5 fi
7 # shellcheck disable=SC2154
8 echo upath="$VDEV_UPATH"