Misc. indexing fixes
This commit is contained in:
parent
46a6e2ff7c
commit
de28175cd3
3 changed files with 10 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
test -f .config && source .config
|
||||
test -f .config && source ./.config
|
||||
|
||||
|
||||
index() {
|
||||
|
|
|
|||
|
|
@ -74,5 +74,6 @@ case "$1" in
|
|||
;;
|
||||
all)
|
||||
$0 old
|
||||
$0 active
|
||||
$0 current
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue