mirror of
https://github.com/outbackdingo/scratchpkg.git
synced 2026-03-19 19:14:07 +00:00
updated
This commit is contained in:
@@ -222,7 +222,7 @@ upcheckconflict() {
|
||||
while IFS=' ' read -r line; do
|
||||
pushd $ROOT_DIR
|
||||
if [ -e "$line" ]; then
|
||||
if [ ! "$(grep -w "$line" "$INDEX_DIR/$name/.files")" ]; then
|
||||
if [ ! "$(grep -Fx "$line" "$INDEX_DIR/$name/.files")" ]; then
|
||||
fileconflict+=(${line})
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user