- Timestamp:
- Sep 17, 2007 6:45:08 PM (17 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-1.30, version-2.00, version-3.01, version-3.02
- Children:
- a835df7
- Parents:
- cd3eceb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedkit/splitter.pl
rcd3eceb r0e23fdb 155 155 # Clear out any old experiment data; if not deleted, copies over it by 156 156 # different users will fail. 157 &ssh_cmd($user, $host, "/bin/rm -rf $proj_dir/*") || return 0; 157 # (O /bin/csh, how evil thou art. The -c and the escaped single quotes 158 # force the /bin/sh interpretation of the trailing * (which we need to keep 159 # tmp around)) Again, this needs to be done more properly once we have a 160 # non-ssh interface here.) 161 &ssh_cmd($user, $host, "/bin/sh -c \\'/bin/rm -rf $proj_dir/*\\'") || 162 return 0; 158 163 # Remote experiment is active. Modify it. 159 164 if ($state eq "active") {
Note: See TracChangeset
for help on using the changeset viewer.