>>>>> On Mon, 20 Mar 2006 00:30:02 +0100, Thomas Lange <[EMAIL PROTECTED]> said:

    > I need some testers for the new option -n in fcopy. This is like a
    > dry-run flag.

    >  -n                   Print the commands, but do not execute them.

I just added code to fcopy so you can now set -n for all fcopy calls by
defining the environment variable FCOPY_DRYRUN.

Now it's this line

$opt_n || $ENV{FCOPY_DRYRUN} and warn "Dry-run only! Nothing is really 
executed.\n";

-- 
regards Thomas

Reply via email to