Skip to content
Snippets Groups Projects
Commit ad1484bf authored by Natanael Copa's avatar Natanael Copa
Browse files

respect the force flag -f

parent 45e51ce1
No related branches found
No related tags found
No related merge requests found
...@@ -318,7 +318,7 @@ trap 'die "Aborted by user"' INT ...@@ -318,7 +318,7 @@ trap 'die "Aborted by user"' INT
if [ -z "$1" ]; then if [ -z "$1" ]; then
if up2date; then if up2date && [ -z "$force" ]; then
vecho "Package is up to date" vecho "Package is up to date"
else else
set $default_cmds set $default_cmds
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment