mirror of
https://github.com/rworkman/slackpkg
synced 2024-12-25 21:58:42 +01:00
post-functions.sh: Fix stray stuff in vimdiff prompt
This commit is contained in:
parent
5d66c7cc39
commit
80c5dc16dd
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ What do you want (K/O/R/P)?"
|
|||
GOEX=0
|
||||
while [ $GOEX -eq 0 ]; do
|
||||
echo
|
||||
showmenu $i "(K)eep" "(O)verwrite" "(R)emove" "(D)iff" "(M)erge" "(V)imdiff [dp put, do obtain, ^W^W switch]"
|
||||
showmenu $i "(K)eep" "(O)verwrite" "(R)emove" "(D)iff" "(M)erge" "(V)imdiff"
|
||||
read ANSWER
|
||||
case $ANSWER in
|
||||
O|o)
|
||||
|
|
Loading…
Reference in a new issue