From aa6f4100168274c2e044dae37e5b5c1dec7cf683 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Sat, 27 Feb 2016 14:37:44 -0800 Subject: [PATCH] Fix Typo --- scripts/update_portage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_portage.sh b/scripts/update_portage.sh index 38c83c2..db261e2 100755 --- a/scripts/update_portage.sh +++ b/scripts/update_portage.sh @@ -106,7 +106,7 @@ done [ -d ${PORTAGE} ] || { echo "${PORTAGE} is not a directory!"; usage; } -# make sure we clean up nad have a working tree if interupted +# make sure we clean up and have a working portage tree if interupted trap "cleanup" INT TERM mount_overlay