repo.or.cz
/
zfs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
zdb: Fix minor memory leak
[zfs.git]
/
cmd
/
zpool
/
zpool.d
/
upath
blob
e37ee1b8cc2a9eb43e0ca824bf547130a1ec985c
1
#!/bin/sh
2
if
[
"
$1
"
=
"-h"
] ;
then
3
echo
"Show the underlying path for a device."
4
exit
5
fi
6
7
# shellcheck disable=SC2154
8
echo
upath
=
"
$VDEV_UPATH
"