diff options
author | hpa <hpa> | 2005-01-05 01:04:47 +0000 |
---|---|---|
committer | hpa <hpa> | 2005-01-05 01:04:47 +0000 |
commit | ec013c7934485ee3b195ea99f03590a47b8cb0d7 (patch) | |
tree | 1763a1a0c7b80f78429fff5e2ed100ce67a8cd81 /version.pl | |
parent | 80717f76b561e490cf862c87be2e3ef1e5596b37 (diff) | |
download | syslinux.git-ec013c7934485ee3b195ea99f03590a47b8cb0d7.tar.gz syslinux.git-ec013c7934485ee3b195ea99f03590a47b8cb0d7.tar.xz syslinux.git-ec013c7934485ee3b195ea99f03590a47b8cb0d7.zip |
Clean up extlinux compilation issues
Diffstat (limited to 'version.pl')
-rwxr-xr-x | version.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = <VERSION>; chomp $version; |