Hi Bernard,

the empty space was there on purpose. It matches the empty space in front of
the " Copy $filename -> $oscar_pkg_pool\n" string. This is a primitive attempt
to pretty-print the output and the indentation should make it easy to find
main actions in the output in the whole pile of printed stuff.

I'll try to make the purpose of indentation more obvious in future.

Erich

On Wednesday 25 January 2006 05:37, [EMAIL PROTECTED] wrote:
> Author: bli
> Date: 2006-01-24 23:37:21 -0500 (Tue, 24 Jan 2006)
> New Revision: 4163
> 
> Modified:
>    trunk/scripts/generic-setup
> Log:
> Removed empty space from print statement.
> 
> 
> Modified: trunk/scripts/generic-setup
> ===================================================================
> --- trunk/scripts/generic-setup       2006-01-24 23:07:33 UTC (rev 4162)
> +++ trunk/scripts/generic-setup       2006-01-25 04:37:21 UTC (rev 4163)
> @@ -144,7 +144,7 @@
>       $basename = (sort {length($a) <=> length($b)} @possibles)[0];
>      }
>      if ($options{erase}) {
> -     print " Delete $basename from $oscar_pkg_pool\n";
> +     print "Delete $basename from $oscar_pkg_pool\n";
>       unless( -f "$oscar_pkg_pool/$basename" && $options{test} ) {
>           unlink( "$oscar_pkg_pool/$basename" ) ||
>               croak("Error occured while deleting: $!");



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to