From 2282ef61b60c1ce90ce7ac056781bfba0d7bdfec Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Sun, 6 Dec 2020 23:00:38 +0300 Subject: . --- vsvs-locate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vsvs-locate') diff --git a/vsvs-locate b/vsvs-locate index 5015529..21df2ac 100644 --- a/vsvs-locate +++ b/vsvs-locate @@ -1,5 +1,5 @@ #!/bin/bash -# Tear $1 into path to file (or directory) and in file, +# Tear $1 into path to file (or directory) and path in file, # if no such file exit with error. after () { test -z "${2##*$1*}" && echo -n "${2#*$1}"; } test "${1::1}" == "/" && path=$base || path="." -- cgit v1.2.3