Skip to content

Commit

Permalink
dev-scheme/scm: [QA] Fix UnnecessarySlashStrip
Browse files Browse the repository at this point in the history
Signed-off-by: David Seifert <[email protected]>
  • Loading branch information
SoapGentoo committed Feb 8, 2020
1 parent 71ac601 commit 5c6b1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-scheme/scm/scm-5.5.6-r4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ regen_catalog() {
}

pkg_postinst() {
[[ -z ${ROOT%/} ]] && regen_catalog
[[ -z ${ROOT} ]] && regen_catalog
}

pkg_config() {
Expand Down

0 comments on commit 5c6b1e8

Please sign in to comment.