Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
comparison sbin/fzfs @ 498:46406503a635
Typo in error message
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 30 Aug 2024 16:49:36 +0200 |
| parents | eb42828c0cbf |
| children | 7d498093d4c2 |
comparison
equal
deleted
inserted
replaced
| 497:eb42828c0cbf | 498:46406503a635 |
|---|---|
| 148 # mountpoint. Extra effort is needed because the root | 148 # mountpoint. Extra effort is needed because the root |
| 149 # filesystem mount is just a single slash. | 149 # filesystem mount is just a single slash. |
| 150 # | 150 # |
| 151 if [ "${_mp}" = "${_rootds_mountpoint}" ]; then | 151 if [ "${_mp}" = "${_rootds_mountpoint}" ]; then |
| 152 if [ "${_name}" != "${_dsname}" ]; then | 152 if [ "${_name}" != "${_dsname}" ]; then |
| 153 echo "ERRROR: child dataset mounts over root dataset" >&2 | 153 echo "ERROR: child dataset mounts over root dataset" >&2 |
| 154 return 1 | 154 return 1 |
| 155 fi | 155 fi |
| 156 _relative_mp="" | 156 _relative_mp="" |
| 157 _real_mp="${_mountpoint}" | 157 _real_mp="${_mountpoint}" |
| 158 else | 158 else |
