Another way to escape spaces in command.
This commit is contained in:
parent
b3242949e6
commit
6c9e20617f
@ -100,7 +100,6 @@ case $1 in
|
||||
*)
|
||||
storeenv
|
||||
copyresolv
|
||||
COMMAND=$(echo $@ | tr ' ' '\ ')
|
||||
$PRIV /usr/local/share/archbox/bin/archbox $COMMAND
|
||||
$PRIV /usr/local/share/archbox/bin/archbox $@
|
||||
;;
|
||||
esac
|
||||
|
@ -5,7 +5,6 @@ source /etc/archbox.conf
|
||||
REQ_ENV="DBUS_SESSION_BUS_ADDRESS=$(cat /tmp/archbox_dbus_session_address) XDG_RUNTIME_DIR=$(cat /tmp/archbox_xdg_runtime_dir)"
|
||||
|
||||
ENV="$REQ_ENV $ENV_VAR"
|
||||
|
||||
COMMAND=$(echo $@ | tr ' ' '\ ')
|
||||
COMMAND="$@"
|
||||
[[ $1 = "enter" ]] && (chroot $CHROOT /sbin/env $ENV /bin/su $USER; exit 0) \
|
||||
|| chroot $CHROOT /bin/su -c "env $ENV $COMMAND" $USER
|
||||
|
Loading…
Reference in New Issue
Block a user