Subject: misc/964: checklist assumes . in path
To: None <gnats-admin@NetBSD.ORG>
From: None <ghudson@MIT.EDU>
List: netbsd-bugs
Date: 04/15/1995 12:20:05
>Number:         964
>Category:       misc
>Synopsis:       checkflist assumes makeflist is in path
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    misc-bug-people (Misc Bug People)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Apr 15 12:20:03 1995
>Originator:     Greg Hudson
>Organization:
	MIT SIPB
>Release:        1.0A (as of April 14)
>Environment:
System: NetBSD limekiller 1.0A NetBSD 1.0A (ATHENA-AHA) #6: Wed Mar 22 00:03:51 EST 1995 mycroft@lola-granola:/afs/sipb.mit.edu/project/netbsd/dev/build/.current.arch.i386.compile/ATHENA-AHA i386


>Description:
	/usr/src/distrib/sets/checkflist calls makeflist as just
	"makeflist" without a leading "./".  Unless the current directory
	is in your path, this will fail.
>How-To-Repeat:
	Run checkflist without . in your path.
>Fix:
	Just add a ./ before the command invocation.

*** checkflist.old	Sat Apr 15 15:10:31 1995
--- checkflist	Sat Apr 15 15:10:37 1995
***************
*** 7,13 ****
  
  set fsdir=$DESTDIR
  
! makeflist >! /tmp/_CHECK.$$
  ( cd $fsdir ; find . \( -type d -o -type f -o -type l \) ) | sort | \
      diff /tmp/_CHECK.$$ -
  /bin/rm -f /tmp/_CHECK.$$
--- 7,13 ----
  
  set fsdir=$DESTDIR
  
! ./makeflist >! /tmp/_CHECK.$$
  ( cd $fsdir ; find . \( -type d -o -type f -o -type l \) ) | sort | \
      diff /tmp/_CHECK.$$ -
  /bin/rm -f /tmp/_CHECK.$$
>Audit-Trail:
>Unformatted: