From 9cf089f0d3d7fa6cdf6ea3b66e911c2bbf02e182 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Wed, 21 May 2003 17:57:26 +0000 Subject: [PATCH] appbin => topbin --- configure/tools/convertRelease.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/tools/convertRelease.pl b/configure/tools/convertRelease.pl index a765b69d7..96394c3a6 100755 --- a/configure/tools/convertRelease.pl +++ b/configure/tools/convertRelease.pl @@ -227,7 +227,7 @@ sub cdCommands { $startup =~ s/^$root/$iocroot/ if ($opt_t); print OUT "startup = \"$startup\"\n"; - print OUT "appbin = \"$ioctop/bin/$arch\"\n"; # R3.13.1 compatibility + print OUT "topbin = \"$ioctop/bin/$arch\"\n"; # R3.13.1 compatibility foreach $app (@includes) { $iocpath = $path = $macros{$app};