From 8d4007321f041cdee27aec810d3517f087c024d4 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Mon, 31 Jan 2022 21:27:36 +0530 Subject: [PATCH] Change variable name in ppa.sh --- src/scripts/tools/ppa.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/scripts/tools/ppa.sh b/src/scripts/tools/ppa.sh index e3d39249..f73a5196 100644 --- a/src/scripts/tools/ppa.sh +++ b/src/scripts/tools/ppa.sh @@ -159,9 +159,9 @@ add_ppa() { else add_list "$ppa" fi - status="$?" + exit_code="$?" . /etc/os-release - return $status + return $exit_code } # Function to update a PPA.