1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-16 18:21:33 +01:00

Fix bug with sudo command

This commit is contained in:
Kevin Puertas
2017-08-29 17:16:11 +02:00
parent 9557226f15
commit 1d66002c1f
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ function pacmanerror {
function execl {
local command
if [[ $1 != "chroot" && $1 != "chuser" ]];then #If it runs normally
$1
"$*"
else #There is a chroot/chuser word and we have to delete it, and then use
command=`echo $command | cut -d" " -f2-`
if [[ $1 = "chroot" ]];then #If it runs in the chroot