mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
Merge pull request #47 from itoffshore/alpine
setup-ngxblocker: fix sed error in Travis
This commit is contained in:
commit
57413f534f
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ find_includes() {
|
|||
local start=$(find_line $file $start_range $start_first_last)
|
||||
local end=$(find_line $file $end_range $end_first_last)
|
||||
|
||||
sed -n ${start},${end}p ${file} > $tmp
|
||||
sed -n "$start,$end"p $file > $tmp
|
||||
line=$(find_line $tmp $search $search_first_last)
|
||||
rm -f $tmp
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue