Sha256: 7931e91c0c6042a364c2610777b19ab23a57672ae36b63cead0d4a3d07573895

Contents?: true

Size: 282 Bytes

Versions: 2

Compression:

Stored size: 282 Bytes

Contents

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

CTAGS=$1

convsep ()
{
    sed -e 's#\\\\#/#g'
}

echo '# DEPTH=1'
${CTAGS} --quiet --options=NONE --maxdepth=1 -R -o - ./src | convsep
echo '# DEPTH=2'
${CTAGS} --quiet --options=NONE --maxdepth=2 -R -o - ./src | convsep
exit $?

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ctags.rb-1.1.4 ext/vendor/ctags/Tmain/maxdepth.d/run.sh
ctags.rb-1.1.3 ext/vendor/ctags/Tmain/maxdepth.d/run.sh