Ignore:
Timestamp:
Nov 1, 2006, 1:28:11 AM (17 years ago)
Author:
Bruno Cornec
Message:

Remove calls to grep -w when use in mondorestore as busybox doesn't support that option. (report from Alfred Chua)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/mondorestore/mondo-rstr-tools.c

    r873 r909  
    12071207                /* Find out where it's mounted */
    12081208                sprintf(command,
    1209                         "mount | grep -w %s | tail -n1 | cut -d' ' -f3",
     1209                        "mount | grep -E '^%s' | tail -n1 | cut -d' ' -f3",
    12101210                        g_isodir_device);
    12111211                log_it("command = %s", command);
Note: See TracChangeset for help on using the changeset viewer.