diff options
Diffstat (limited to 'pkgtools')
-rwxr-xr-x | pkgtools/url2pkg/files/url2pkg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/url2pkg/files/url2pkg b/pkgtools/url2pkg/files/url2pkg index 371f448f0e6..85cfa84924c 100755 --- a/pkgtools/url2pkg/files/url2pkg +++ b/pkgtools/url2pkg/files/url2pkg @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: url2pkg,v 1.13 2000/07/12 20:16:41 wiz Exp $ +# $NetBSD: url2pkg,v 1.14 2001/01/28 17:30:20 hubertf Exp $ # # url2pkg # (c) 1999 Hubert Feyrer @@ -101,7 +101,7 @@ fi configure=`echo w*`/$wrksrc/configure echo checking $configure XXX if [ -f $configure ]; then - if expr 2>&1 >/dev/null "`cd w*/$wrksrc ; $configure --version`" \ + if expr 2>&1 >/dev/null "`$configure --version`" \ : 'configure generated by autoconf version.*' ; then GNU_CONFIGURE=YES else |