Ignore:
Timestamp:
Jan 3, 2006, 5:01:12 PM (18 years ago)
Author:
bcornec
Message:

merge -r274:275 $SVN_M/branches/2.06

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/restore-scripts/mondo/stabelilo-me

    r30 r276  
    8686
    8787WhatIsFirstDriveCalled() {
    88     cat /tmp/mountlist.txt | cut -d' ' -f1 \
     88    cut -d' ' -f1 /tmp/mountlist.txt \
    8989| sed s/[0-9]// | sed s/[0-9]// \
    90 | sort | uniq | head -n 1
     90| sort -u | head -n 1
    9191}
    9292
Note: See TracChangeset for help on using the changeset viewer.