Skip to content

Commit

Permalink
sqlite: fix download filename of functions
Browse files Browse the repository at this point in the history
Closes Homebrew#20412.

Signed-off-by: Jack Nagel <[email protected]>
  • Loading branch information
chadcatlett authored and jacknagel committed Jun 11, 2013
1 parent d0c9dff commit caa9ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/sqlite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def install
system "make install"

if build.with? "functions"
SqliteFunctions.new.brew { mv 'extension-functions.c?get=25', buildpath/'extension-functions.c' }
SqliteFunctions.new.brew { mv 'extension-functions.c', buildpath/'extension-functions.c' }
system ENV.cc, "-fno-common",
"-dynamiclib",
"extension-functions.c",
Expand Down

0 comments on commit caa9ab2

Please sign in to comment.