diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-07 19:13:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-08-07 19:13:01 +0000 |
commit | 02a8fedd4dc321cb40334bd1f77cd512a778056b (patch) | |
tree | dd38421f250d9078c75d49e290e686fd32b2ba02 /distrib/miniroot/install.sh | |
parent | a1629174b7ddeaa4150f4cf227f8941a141bba4f (diff) |
spaces
Diffstat (limited to 'distrib/miniroot/install.sh')
-rw-r--r-- | distrib/miniroot/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sh b/distrib/miniroot/install.sh index f6db8f15d21..483bdb58b36 100644 --- a/distrib/miniroot/install.sh +++ b/distrib/miniroot/install.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: install.sh,v 1.134 2003/07/03 15:19:01 krw Exp $ +# $OpenBSD: install.sh,v 1.135 2003/08/07 19:12:59 deraadt Exp $ # $NetBSD: install.sh,v 1.5.2.8 1996/08/27 18:15:05 gwr Exp $ # # Copyright (c) 1997-2002 Todd Miller, Theo de Raadt, Ken Westerback @@ -165,7 +165,7 @@ if [ ! -f /etc/fstab ]; then # But we really don't want it in the installed # /etc/fstab. grep -v "^$SWAPDEV" $SWAPLIST > $SWAPLIST.tmp - mv $SWAPLIST.tmp $SWAPLIST + mv $SWAPLIST.tmp $SWAPLIST else echo "ERROR: Unable to use $SWAPDEV for swap space." DISK= |