From 360c3f4a36e864dc3e57501bed7fb0a3c21fea48 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 25 Jul 2003 15:17:57 +0000 Subject: [PATCH] Fixed small bug which also allows the script to run properly on RH9.0 (I'm not sure why it wouldn't run before though) --- src/makeBaseApp/makeBaseApp.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makeBaseApp/makeBaseApp.pl b/src/makeBaseApp/makeBaseApp.pl index a63631727..601847a1f 100755 --- a/src/makeBaseApp/makeBaseApp.pl +++ b/src/makeBaseApp/makeBaseApp.pl @@ -44,7 +44,7 @@ sub ReplaceLineHook { return $_[0]; } sub ReplaceFilename { # (filename) my($file) = $_[0]; $file =~ s|.*/CVS/?.*||; # Ignore CVS files and Replace.pl scripts - $file =~ s|.*/$apptypename/Replace.pl$||; + $file =~ s|.*/$apptypename/Replace\.pl$||; if($opt_i) { # Handle name@arch stuff, copy only the closest matching file