Lines Matching refs:force
46 force=0
65 --force download again overwriting existing packages
66 --no-force do not download existing packages again (default)
134 --force)
135 force=1
137 --no-force)
138 force=0
224 if [ ${force} -gt 0 ]; then rm -f "${directory}/${ar}"; fi
248 if [ ${force} -gt 0 ]; then rm -rf "${directory}/${package}"; fi
271 if [ ${force} -gt 0 ]; then rm -f "${linkname}"; fi