git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2649
94cd875c-1c1d-0410-91d2-
eb244daf1a30
echo \
$"Usage: $0 <vserver-name> -- [-o options] [--bind|--rbind]
[-t <type>] [-a] [-n] [--move]
- <source> <destination>
+ [<source> [<destination>]]
<source> ... what to mount, this is relative to the host's root
<destination> ... where to mount it, this is relative to the guest's root
shift
done
-case "$1" in
- (/*) ;;
+case "x$1" in
+ (x/*|x) ;;
(*) panic $"vmount: the source must be an absolute path";;
esac