Ignore:
Timestamp:
Aug 7, 2008, 9:13:24 PM (16 years ago)
Author:
katerina
Message:

Documentation update, more dnmalloc fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/testrun_1.sh

    r169 r172  
    11161116    if test -d "$BASE"; then
    11171117        if [ -d "${BASE}" ]; then
    1118             chmod -R 0700 "${BASE}" || {
    1119                 [ -z "$quiet" ] &&   log_msg_fail "chmod -R 0700 ${BASE}";
     1118            chmod -f -R 0700 "${BASE}" || {
     1119                [ -z "$quiet" ] &&   log_msg_fail "chmod -f -R 0700 ${BASE}";
    11201120                return 1;
    11211121            }
Note: See TracChangeset for help on using the changeset viewer.