Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/libbb/remove_file.c

    r2725 r3232  
    3434
    3535        if (!(flags & FILEUTILS_RECUR)) {
    36             bb_error_msg("%s: is a directory", path);
     36            bb_error_msg("'%s' is a directory", path);
    3737            return -1;
    3838        }
Note: See TracChangeset for help on using the changeset viewer.