Skip to content

Commit

Permalink
Merge pull request #3 from kkHAIKE/fix_sed
Browse files Browse the repository at this point in the history
fix the "sed: illegal option -- r" error on macOS
  • Loading branch information
Dpbm authored Dec 30, 2023
2 parents e3f1e2e + 8bb1b7e commit 0e92a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/list-all
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ get_versions_href(){
}

remove_href_prefix(){
sed -r 's/href="//'
sed 's/href="//'
}

unlist_headers_hrefs(){
Expand Down

0 comments on commit 0e92a2d

Please sign in to comment.