Ignore:
Timestamp:
Oct 2, 2018, 2:31:09 PM (6 years ago)
Author:
g7moreau
Message:
  • Update klask path
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/klask.bash_completion

    r381 r402  
    3737      COMPREPLY=($(compgen -W "$(klask  help|grep "^ klask ${COMP_WORDS[1]}" | sed -e 's/[\[]/\n/g;'|grep -- '^-'|cut -f 1 -d ']'|cut -f 1 -d ' '|sed -e 's/|/ /g;'|xargs echo -n)" -- "$cur"))
    3838   else
    39       COMPREPLY=($(compgen -W "$($(which klask || echo /usr/sbin/klask) help|grep '^ klask'|awk '{print $2}'|xargs echo -n)" -- "$cur"))
     39      COMPREPLY=($(compgen -W "$($(which klask || echo /usr/bin/klask) help|grep '^ klask'|awk '{print $2}'|xargs echo -n)" -- "$cur"))
    4040   fi
    4141
Note: See TracChangeset for help on using the changeset viewer.