~smlavine/scripts

8db61e65fa219f6a08a3a8f4ad21e7245d990d89 — Sebastian LaVine 1 year, 4 months ago f0a0c38
src/hd: Remove non-POSIX function keyword
1 files changed, 2 insertions(+), 2 deletions(-)

M src/hd
M src/hd => src/hd +2 -2
@@ 8,12 8,12 @@
# File:        hd
# Description: Fuzzy find autocomplete for haredoc.

function split_harepath()
split_harepath()
{
        hare version -v | awk '/^HAREPATH/ { sub(/:/, "\n", $2); print $2 }'
}

function build_cache()
build_cache()
{
        echo 'hd: Building cache. This may take a few seconds.' >&2