summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2021-07-09 03:40:29 -0400
committerDavid P <megver83@parabola.nu>2021-07-09 03:40:29 -0400
commit455bfe339805da4502973e876b01f53d9ebfa6d4 (patch)
tree993f785c375fd20d22ba3df1227620ac7907ae7e
parent98969d9bf3efca05eb2781a91282b204a5a8d749 (diff)
librechroot: little fix for chroot-run() functionv20190907-nonsystemd
Signed-off-by: David P <megver83@parabola.nu>
-rwxr-xr-xsrc/chroot-tools/librechroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot
index c0ba4b4..f8c5307 100755
--- a/src/chroot-tools/librechroot
+++ b/src/chroot-tools/librechroot
@@ -109,8 +109,8 @@ chroot-run() {
"$_chroot_run" \
"${mkarchroot_flags[@]}" \
"${chroot_run_flags[@]}" \
- "$copydir" \
-- \
+ "$copydir" \
"${cmd[@]}"
}