Changeset 130


Ignore:
Timestamp:
Nov 23, 2010, 12:35:35 PM (13 years ago)
Author:
sommeria
Message:

remove the linux !at command which is not understood everywhere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/civ.m

    r128 r130  
    27042704            %% to lauch the jobs locally :
    27052705            if(isunix)
    2706                 cmd_str=['!at -qb now -f ' filename_bat ' &']; %ou at -qb now -f
     2706                cmd_str=['!. ' filename_bat ' &'];
     2707%                 cmd_str=['!at -qb now -f ' filename_bat ' &']; %ou at -qb now -f bad idea...
    27072708                eval(cmd_str);
    27082709                display(cmd_str);
Note: See TracChangeset for help on using the changeset viewer.