From ec013c7934485ee3b195ea99f03590a47b8cb0d7 Mon Sep 17 00:00:00 2001 From: hpa Date: Wed, 5 Jan 2005 01:04:47 +0000 Subject: Clean up extlinux compilation issues --- version.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'version.pl') diff --git a/version.pl b/version.pl index 39d42a03..4440369f 100755 --- a/version.pl +++ b/version.pl @@ -5,7 +5,7 @@ use Fcntl; -($vfile, $vout, $def) = $ARGV[0]; +($vfile, $vout, $def) = @ARGV; sysopen(VERSION, $vfile, O_RDONLY) or die "$0: Cannot open $vfile\n"; $version = ; chomp $version; -- cgit v1.2.1