Namazu-devel-ja(旧)


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Use of uninitialized value in mknmz



藤原さんの修正を反映させようと思い、先ほど、cvs up 後 install し
たところ、VPATH 関連の修正だと思いますが、

% mknmz -h
Use of uninitialized value at /usr/local/bin/mknmz line 349.
Use of uninitialized value at /usr/local/bin/mknmz line 350.
使い方: mknmz [オプション] <対象>...
`mknmz --help' でより詳しい情報が表示されます

となります。

sub preload_modules () { 
    unshift @INC, $LIBDIR;
    my $srcdir;
    if (defined($ENV{'srcdir'})) {      ## for VPATH ;make check
	$srcdir = $ENV{'srcdir'} .'/';
	unshift @INC, $srcdir. "../pl";		# FIXME: remove the workaround for   (util.pl)
	unshift @INC, $srcdir. "../filter";	# test suites.
    } else {
	unshift @INC, "../pl";	# FIXME: remove the workaround for 
	unshift @INC, "../filter";	# test suites.
    }

かしら? 他に良い手があるのかしら?

-- 
白井秀行 (mailto:shirai@xxxxxxxxxxxxxxxxxxx)