~ubuntu-branches/ubuntu/vivid/bash-completion/vivid-proposed

« back to all changes in this revision

Viewing changes to completions/tar

  • Committer: Package Import Robot
  • Author(s): Aditya Vaidya
  • Date: 2012-07-18 15:43:29 UTC
  • Revision ID: package-import@ubuntu.com-20120718154329-142w3snrqykz2oc2
Tags: 1:1.3-1ubuntu9
debian/patches/tar-spaces.patch: use escape characters with spaces
for options -d, -t, and -x (LP: #1019217)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
    fi
15
15
 
16
16
    case ${COMP_WORDS[1]} in
17
 
        ?(-)[cr]*f)
 
17
        ?(-)[cdrtx]*f)
18
18
            _filedir
19
19
            return 0
20
20
            ;;