fix minor errors in install and worldfile script
This commit is contained in:
parent
84c77021e4
commit
1809ffacb3
2 changed files with 6 additions and 2 deletions
|
@ -37,7 +37,7 @@ fi
|
|||
EDITFILE=$(mktemp -p ${TMPDIR:-/tmp} xbps-worldfile.edit.XXXXXXXXXX)
|
||||
cp $TMPFILE $EDITFILE
|
||||
|
||||
$EDITOR $EDITFILE
|
||||
${EDITOR:-/usr/bin/vim} $EDITFILE
|
||||
|
||||
autopkgs=$(not-in-left $EDITFILE $TMPFILE | first-col)
|
||||
manualpkgs=$(not-in-left $TMPFILE $EDITFILE | first-col)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue