From 86dc0e3d0947547dd1ed37d4ff1df030c81891be Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 17 Oct 2000 17:43:06 +0000 Subject: [PATCH] Change definition of "all" distribution so that it contains _only_ the "all.com" band. --- v7/dist/make-dist-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v7/dist/make-dist-files b/v7/dist/make-dist-files index d80acd0d0..501f0b810 100755 --- a/v7/dist/make-dist-files +++ b/v7/dist/make-dist-files @@ -22,7 +22,7 @@ case ${type} in bands="6001.com" ;; all) - bands="${bands} 6001.com" + bands="all.com" ;; scmutils) bands= -- 2.25.1