dot rc

Sign in or create your account | Project List | Help

dot rc Commit Details

Date:2009-07-15 14:18:09 (2 years 6 months ago)
Author:Luciano M. F. Rocha
Commit:d4d937da5858f9768eacd150503803db75711dc4
Message:ignore mime-type options when checking file type for extraction

Files: rc/bash_functions (1 diff)

Change Details

rc/bash_functions
135135        fi
136136
137137        t=$(file -i "$abs")
138        # remove ; charset=..
139        t="${t%%;*}"
138140
139141        if [ -z "$t" ] || [ "$t" = "application/octet-stream" ]; then
140142            t="${arg##*.}"

Archive Download the corresponding diff file

Branches:
master