Changeset 74faad1 for common


Ignore:
Timestamp:
08/18/2006 05:02:48 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
ed339567
Parents:
28c8973
Message:

Corrected typo in chroot2 function, thanks Tor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    r28c8973 r74faad1  
    520520(
    521521cat << EOF
    522         @( time { \$(CHROOT2) 'cd \$(SCRIPT_ROOT) && source envars && \$(crCMDSDIR)/`dirname $file`/\$@ >>logs/\@ 2>&1' ; } ) 2>>logs/\@ && \\
     522        @( time { \$(CHROOT2) 'cd \$(SCRIPT_ROOT) && source envars && \$(crCMDSDIR)/`dirname $file`/\$@ >>logs/\$@ 2>&1' ; } ) 2>>logs/\$@ && \\
    523523        \$(PRT_DU_CR) >> logs/\$@
    524524EOF
Note: See TracChangeset for help on using the changeset viewer.