Skip to content

Commit

Permalink
don't use _default_file_handler for shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Hauri committed Apr 22, 2015
1 parent c7ca198 commit c677ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-modman
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function handle_skin() {

function handle_shell() {
find shell -maxdepth 1 -path "*shell/*" -type d
_default_file_handler shell
find shell -maxdepth 1 -type f
}

function handle_var() {
Expand Down

0 comments on commit c677ef4

Please sign in to comment.