run system shell for interactive shell

This way PS1 settings etc work.
This commit is contained in:
Joey Hess 2013-02-24 14:34:47 -04:00
parent 61a12ce47f
commit bf783d141d

View file

@ -100,7 +100,7 @@ run () {
shift 1 shift 1
exec "$cmd" "$@" exec "$cmd" "$@"
else else
$cmd sh /system/bin/sh
fi fi
} }