diff options
-rwxr-xr-x | bin/ebuild.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh index a742eae62..325d3c209 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -180,7 +180,6 @@ has_version() { die "portageq calls (has_version calls portageq) are not allowed in the global scope" fi - local retval if [[ -n $PORTAGE_IPC_DAEMON ]] ; then "$PORTAGE_BIN_PATH"/ebuild-ipc has_version "$ROOT" "$1" else |