Kaydet (Commit) eed18c4e authored tarafından Robert Nagy's avatar Robert Nagy

set correct $outfile for OpenBSD

üst 78f394bf
...@@ -405,7 +405,7 @@ elsif ( $platform =~ m/openbsd/ ) ...@@ -405,7 +405,7 @@ elsif ( $platform =~ m/openbsd/ )
$PATH_SEPERATOR = $ps; $PATH_SEPERATOR = $ps;
$OSVERSION = '@OSVERSION@'; $OSVERSION = '@OSVERSION@';
$OUTPATH = "unxobsd"; $OUTPATH = "unxobsd";
$outfile = "OpenBSDEnv.Set.sh"; $outfile = "OpenBSDEnv.Set";
if ($platform =~ m/^amd64/) if ($platform =~ m/^amd64/)
{ {
print "Setting OpenBSD AMD64 specific values... "; print "Setting OpenBSD AMD64 specific values... ";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment