xbps-src: fixed an error in generated xbps-shell.
This commit is contained in:
parent
d4e5c5e23c
commit
f0fad9387a
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ _EOF
|
|||
. /usr/local/share/xbps-src/shutils/init_funcs.sh
|
||||
set_defvars
|
||||
|
||||
exec env PS1="[\u@masterdir-chroot \W]$ " /bin/bash "$@"
|
||||
exec env PS1="[\u@masterdir-chroot \W]$ " /bin/bash
|
||||
_EOF
|
||||
chmod 755 $XBPS_MASTERDIR/bin/xbps-shell
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue