Changeset 2656

Show
Ignore:
Timestamp:
01/08/08 18:19:57 (1 year ago)
Author:
dhozac
Message:

Backslash...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/scripts/vserver.functions

    r2634 r2656  
    12671267 
    12681268    local -a list_umount 
    1269     while read dev path opts; do 
     1269    while read -r dev path opts; do 
    12701270        test -n "$path" || continue 
    12711271        for i in "$root" /dev /proc; do