Changeset 1687 in ProjectBuilder


Ignore:
Timestamp:
Feb 10, 2013, 6:49:15 PM (11 years ago)
Author:
Bruno Cornec
Message:

r5125@localhost: bruno | 2013-02-03 04:24:30 +0100

  • Fixing an error un the script generated for VE (colon missing)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r1686 r1687  
    31563156# Except for RedHat 6.2 where it's good and doesnt like being recreated
    31573157EOF
    3158         print SCRIPT "pb_system('rm -f /dev/null; mknod /dev/null c 1 3; chmod 777 /dev/null')\n" unless (($pbos->{'name'} =~ /^redhat/) && ($pbos->{'version'} =~ /^6/));
     3158        print SCRIPT "pb_system('rm -f /dev/null; mknod /dev/null c 1 3; chmod 777 /dev/null');\n" unless (($pbos->{'name'} =~ /^redhat/) && ($pbos->{'version'} =~ /^6/));
    31593159    } else {
    31603160        die "Unknown virtual type $vtype";
Note: See TracChangeset for help on using the changeset viewer.