Misc. indexing fixes

This commit is contained in:
Yorhel 2016-11-20 16:41:08 +01:00
parent 46a6e2ff7c
commit de28175cd3
3 changed files with 10 additions and 3 deletions

View file

@ -1,4 +1,4 @@
test -f .config && source .config
test -f .config && source ./.config
index() {

View file

@ -74,5 +74,6 @@ case "$1" in
;;
all)
$0 old
$0 active
$0 current
;;
esac