Skip to content

Commit

Permalink
sqlite: remove useless quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Nov 18, 2019
1 parent 4d1f9f1 commit d6c59e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/sqlite/build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -e

sed -i'' -e 's/ -ltinfo//g' configure
sed -i 's/ -ltinfo//g' configure

./configure \
--prefix=/usr \
Expand Down

0 comments on commit d6c59e1

Please sign in to comment.