diff options
Diffstat (limited to 'vsvs-locate')
-rw-r--r-- | vsvs-locate | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vsvs-locate b/vsvs-locate index 21df2ac..1b7f080 100644 --- a/vsvs-locate +++ b/vsvs-locate @@ -10,5 +10,4 @@ do lastpath=$(after / "$lastpath") test -e "$path" || exit 1 done -echo "$path" -echo "$lastpath" +echo "$path $lastpath" |