diff options
| author | John Hay <jhay@FreeBSD.org> | 1998-03-22 18:39:42 +0000 |
|---|---|---|
| committer | John Hay <jhay@FreeBSD.org> | 1998-03-22 18:39:42 +0000 |
| commit | 4f0591349b24ccb53fea3d74d57cf419ce3e1010 (patch) | |
| tree | 51574c6686b85fdc11b60e96d78fef5d083c79c7 /release/scripts | |
| parent | a76f172954aaf436c0543cd3d4b2462eb27f6a42 (diff) | |
Notes
Diffstat (limited to 'release/scripts')
| -rw-r--r-- | release/scripts/doFS.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release/scripts/doFS.sh b/release/scripts/doFS.sh index 61195fd2e400..43b93eb3aae6 100644 --- a/release/scripts/doFS.sh +++ b/release/scripts/doFS.sh @@ -1,7 +1,9 @@ : #set -ex -VNDEVICE=vn0 +if [ "x$VNDEVICE" = "x" ] ; then + VNDEVICE=vn0 +fi export BLOCKSIZE=512 RD=$1 ; shift |
