Skip to content

Commit

Permalink
fix the path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kaichen committed Oct 26, 2010
1 parent f02f64e commit c530e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nave.sh
Expand Up @@ -173,8 +173,8 @@ nave_test () {
}

nave_ls () {
ls -- "$(basename "$NAVE_SRC")" | version_list "src" \
&& ls -- "$(basename "$NAVE_ROOT")" | version_list "installed" \
ls -- $NAVE_SRC | version_list "src" \
&& ls -- $NAVE_ROOT | version_list "installed" \
|| return 1
}
nave_ls_remote () {
Expand Down

0 comments on commit c530e39

Please sign in to comment.