aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xapkg-chroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/apkg-chroot b/apkg-chroot
index 0e44577..00826f7 100755
--- a/apkg-chroot
+++ b/apkg-chroot
@@ -35,7 +35,7 @@ umountall() {
exit 1
}
-TARGET=$1
+TARGET=$(realpath $1)
trap umountall 1 2 3 15
[ "$1" ] || {