resolve a conflict

This commit is contained in:
Jack L. Frost 2015-02-10 16:47:11 +03:00
commit d0c5fdfcae
1 changed files with 5 additions and 0 deletions

5
sup
View File

@ -164,6 +164,11 @@ main() {
}
else
file="$target"
[[ -f "$file" ]] || {
sup.err "No such file: ${file}"
return 1
}
fi
fi