From 2ea4062c8dd6d9406132d29979163c11c3560823 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Fri, 23 Aug 2019 05:35:10 +0000
Subject: [PATCH] script to fix AUR when files changed locally

---
 enter_chroot.sh |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/enter_chroot.sh b/enter_chroot.sh
index b944d15..a4f6270 100755
--- a/enter_chroot.sh
+++ b/enter_chroot.sh
@@ -2,4 +2,5 @@
 
 CHDIR=$(dirname "$(realpath $0)")/chroot 
 mount --bind $CHDIR $CHDIR
-$CHDIR/bin/arch-chroot $CHDIR su joel 
+$CHDIR/bin/arch-chroot $CHDIR su joel
+umount $CHDIR

--
Gitblit v1.9.3