Skip to content

Commit

Permalink
make: Declare _make_target_extract_script like other functions
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Aug 24, 2016
1 parent 96141cd commit 7be3f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/make
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bash completion for GNU make -*- shell-script -*-

function _make_target_extract_script()
_make_target_extract_script()
{
local mode="$1"
shift
Expand Down

0 comments on commit 7be3f33

Please sign in to comment.