src/new-ebuild: does not need a backslash in single quotes
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
parent
da429430ad
commit
79e8f7bea6
@ -16,7 +16,7 @@ EAPI=7
|
||||
DESCRIPTION=""
|
||||
HOMEPAGE=""
|
||||
|
||||
if [[ "\${PV}" == *9999* ]]; then
|
||||
if [[ "${PV}" == *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI=""
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user