From edd5060e718d4951752ba4a1d87f3749de58e531 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 20 Jun 2024 16:47:44 +0200 Subject: [PATCH] Clean up script --- archiso/scripts/show-diff.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/archiso/scripts/show-diff.sh b/archiso/scripts/show-diff.sh index 4be10af7..28cc156b 100755 --- a/archiso/scripts/show-diff.sh +++ b/archiso/scripts/show-diff.sh @@ -19,5 +19,4 @@ pushd "${BASH_SOURCE%/*}" > /dev/null; pushd "$contextRoot" > /dev/null; git diff; popd > /dev/null; - popd > /dev/null;