src/new-ebuild: does not need a backslash in single quotes

Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć 2020-12-22 00:58:42 +01:00
parent da429430ad
commit 79e8f7bea6
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ EAPI=7
DESCRIPTION=""
HOMEPAGE=""
if [[ "\${PV}" == *9999* ]]; then
if [[ "${PV}" == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI=""
else