mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-15 13:35:30 +00:00
[BUG] CCextractor uses bashism in configure script #774
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @utkarsh2102 on GitHub (Aug 18, 2023).
Originally reported as: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=998781
@utkarsh2102 commented on GitHub (Aug 18, 2023):
Hi @prateekmedia,
I believe this patch works:
What do you think? If you think that works for you as well, I can make a PR and we can land this one.
@utkarsh2102 commented on GitHub (Aug 18, 2023):
Also, when doing the standard linux compilation, I get:
on running
./configure. Hm, is that expected?@utkarsh2102 commented on GitHub (Aug 18, 2023):
Oh no that's a bug:
This patch fixes this. However I think we should be using
$(...)as backticks are deprecated now. @prateekmedia, what do you think?@prateekmedia commented on GitHub (Aug 18, 2023):
I will check it this weekend.
@utkarsh2102 commented on GitHub (Aug 20, 2023):
Hey, have you had time to take a quick look at this?
@prateekmedia commented on GitHub (Aug 20, 2023):
@utkarsh2102 can you create a PR for this patch, I will take a look.
@prateekmedia commented on GitHub (Sep 28, 2023):
@utkarsh2102 I have created a PR #1572 for the same, can you check.