diff options
| author | Paul Varner <fuzzyray@gentoo.org> | 2015-06-02 14:30:31 -0500 |
|---|---|---|
| committer | Paul Varner <fuzzyray@gentoo.org> | 2015-06-02 14:30:31 -0500 |
| commit | e6f03e5fb6c26f9ada7fabf25126a135f5ef1dbf (patch) | |
| tree | 5a307bd286cd48bdfa5284733726fc26a0c0a7bd /bin | |
| parent | ea14aa4c915abbaf293d77ed70a947648143f401 (diff) | |
| download | gentoolkit-e6f03e5fb6c26f9ada7fabf25126a135f5ef1dbf.tar.gz | |
euse: Fix 'grep: Unmatched ( or \(' errors with euse -i
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/euse | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -771,7 +771,7 @@ showdesc() { fi # Fetch all the packages data using this flag infos=$( grep -h ":${1} *-" ${PORTAGE_REPO_PATHS[@]/%//profiles/use.local.desc} 2> /dev/null \ - | sed -re "s/^([^:]+):(.*) *- *(.+)/\1|\2|\3/g") + | sed -re "s/^([^:]+):(.*) *- *(.+)/\1|\2|\3/g") OIFS=$IFS; IFS=$'\n'; infos=($infos); IFS=$OIFS; for line in "${infos[@]}"; do OIFS=$IFS; IFS="|"; line=($line); IFS=$OIFS |
