summaryrefslogtreecommitdiff
path: root/setup_native
diff options
context:
space:
mode:
Diffstat (limited to 'setup_native')
-rw-r--r--setup_native/scripts/admin.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup_native/scripts/admin.pl b/setup_native/scripts/admin.pl
index 351c28faa00b..edc41cdfa207 100644
--- a/setup_native/scripts/admin.pl
+++ b/setup_native/scripts/admin.pl
@@ -219,7 +219,7 @@ sub check_system_path
foreach $onefile ( @needed_files_in_path )
{
- print("...... searching $onefile ...");
+ print("... searching $onefile ...");
my $fileref = get_sourcepath_from_filename_and_includepath(\$onefile, $patharrayref);
@@ -240,7 +240,7 @@ sub check_system_path
foreach $onefile ( @optional_files_in_path )
{
- print("...... searching $onefile ...");
+ print("... searching $onefile ...");
my $fileref = get_sourcepath_from_filename_and_includepath(\$onefile, $patharrayref);