From 63a16956e7612a1f5aed19bbf875fdf97a52ab51 Mon Sep 17 00:00:00 2001 From: pk Date: Sun, 22 Jun 1997 22:28:43 +0000 Subject: [PATCH] Don't bother with initializing `RELOCATED_FILES_13' to the empty string. --- distrib/miniroot/upgrade.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/distrib/miniroot/upgrade.sh b/distrib/miniroot/upgrade.sh index 0b75c398f6c3..5c138e9d9f3d 100644 --- a/distrib/miniroot/upgrade.sh +++ b/distrib/miniroot/upgrade.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $NetBSD: upgrade.sh,v 1.9 1997/06/20 20:28:41 pk Exp $ +# $NetBSD: upgrade.sh,v 1.10 1997/06/22 22:28:43 pk Exp $ # # Copyright (c) 1996 The NetBSD Foundation, Inc. # All rights reserved. @@ -69,7 +69,6 @@ MODE="upgrade" THESETS="$UPGRSETS" # Files that moved between 1.2 and 1.3 -RELOCATED_FILES_13="" RELOCATED_FILES_13="${RELOCATED_FILES_13} /sbin/rtquey /usr/sbin/rtquery" RELOCATED_FILES_13="${RELOCATED_FILES_13} /sbin/quotacheck /usr/sbin/quotacheck" RELOCATED_FILES_13="${RELOCATED_FILES_13} /sbin/dumpfs /usr/sbin/dumpfs"