Sha256: e66bcc80a08a87e8ef3e4dab68e7892f767190301ee34d8c7a9d471a606d4c92

Contents?: true

Size: 434 Bytes

Versions: 2

Compression:

Stored size: 434 Bytes

Contents

#!/bin/sh

# Copyright: 2016 Masatake YAMATO
# License: GPL-2

READTAGS=$4

#V="valgrind --leak-check=full -v"
V=

if ! [ -x "${READTAGS}" ]; then
    echo "no readtags"
    eixt 77
fi

if ! ( "${READTAGS}" -h | grep -q -e -Q ); then
    echo "no qualifier function in readtags"
    exit 77
fi

echo ';; (and $end (> $end 14) (< $end 18))' &&
    ${V} ${READTAGS} -e -t output.tags -Q '(and $end (> $end 14) (< $end 18))' -l &&
    :

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ctags.rb-1.1.4 ext/vendor/ctags/Tmain/readtags-qualifier-end-field.d/run.sh
ctags.rb-1.1.3 ext/vendor/ctags/Tmain/readtags-qualifier-end-field.d/run.sh