Make EpicsHostArch.pl print newline
Print a newline after the EPICS host architecture spec. This is typical for a UNIX-like program (e.g., date).
This commit is contained in:
@@ -19,7 +19,7 @@ $suffix="";
|
||||
$suffix="-".$ARGV[0] if ($ARGV[0] ne "");
|
||||
|
||||
$EpicsHostArch = GetEpicsHostArch();
|
||||
print "$EpicsHostArch$suffix";
|
||||
print "$EpicsHostArch$suffix\n";
|
||||
|
||||
sub GetEpicsHostArch { # no args
|
||||
$arch=$Config{'archname'};
|
||||
|
||||
Reference in New Issue
Block a user