diff options
Diffstat (limited to 'vsvs-locate')
-rw-r--r-- | vsvs-locate | 2 |
1 files changed, 1 insertions, 1 deletions
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="." |