Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix erroneous call to public API in use_hookscript
  • Loading branch information
falconindy committed May 1, 2011
1 parent 02670e8 commit 5aa2902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geninit.api
Expand Up @@ -184,7 +184,7 @@ use_hookscript() { # {{{
# "$builder" comes from the builder parsing loop in main

[[ $builder ]] || return 1
add_file "$basedir$_sharedir/hooks/$builder" "/hooks/$builder"
__add_file "$basedir$_sharedir/hooks/$builder" "/hooks/$builder" 755
} # }}}

add_driver_classes() { # {{{
Expand Down

0 comments on commit 5aa2902

Please sign in to comment.