Changeset 560


Ignore:
Timestamp:
02/22/06 00:30:16 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2005-03-06 20:14:45 by anarcat]
quote {} in find(1) call

Original author: anarcat
Date: 2005-03-06 20:14:45

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install/scripts/alternc.install

    r559 r560  
    269269} 
    270270# Chmod the shell scripts (a+x) 
    271 system("find /tmp/alternc.install.tmp/ -name \"*.sh\" -exec chmod a+x {} \\;"); 
     271system("find /tmp/alternc.install.tmp/ -name \"*.sh\" -exec chmod a+x '{}' \\;"); 
    272272 
    273273 
Note: See TracChangeset for help on using the changeset viewer.