~ubuntu-branches/ubuntu/trusty/flamethrower/trusty

« back to all changes in this revision

Viewing changes to bin/flamethrowerd

  • Committer: Bazaar Package Importer
  • Author(s): dann frazier
  • Date: 2004-02-17 09:50:30 UTC
  • Revision ID: james.westby@ubuntu.com-20040217095030-g7iwtokczuvz0qsp
Tags: 0.1.6-2
* add dependency on libappconfig-perl.  Closes: #233212
* make non-native

Show diffs side-by-side

added added

removed removed

Lines of Context:
343
343
    # Create our directory directory, if necessary.
344
344
    my $dir = $ft_config->get("flamethrower_directory_dir");
345
345
    if ( ! -e $dir ) {
346
 
        mkdir("$dir", 0755) or die("Couddn't mkdir $dir!");
 
346
        mkdir("$dir", 0755) or die("Couldn't mkdir $dir!");
347
347
    }
348
348
    unlink <$dir/*>;
349
349