Changeset 1835 in MondoRescue for branches/2.2.5/mindi


Ignore:
Timestamp:
Dec 5, 2007, 1:02:30 AM (16 years ago)
Author:
Bruno Cornec
Message:

Escape variables in a perl script like mindi-bkphw

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/mindi-bkphw

    r1834 r1835  
    3333    open(TOOLS,"> $bkpdir/../tools.files") || die "Unable to open $bkpdir/../tools.files";
    3434    open(SCRIPT,"> $bkpdir/../mindi-rsthw") || die "Unable to open $bkpdir/../mindi-rsthw";
    35     print SCRIPT  << "EOF";
     35    print SCRIPT  << 'EOF';
    3636#!/bin/bash
    3737#
Note: See TracChangeset for help on using the changeset viewer.