remove unused variable

This commit is contained in:
Roland Walker
2014-05-22 10:46:48 -04:00
parent 1d0b4f6042
commit 1465a07263
+1 -1
View File
@@ -116,7 +116,7 @@ See CONTRIBUTING.md and 'man pkgutil' for more information.
elif [[ $arg =~ ^-+lax$ ]]; then
opt_lax='true'
elif [[ "$arg" = "$opt_pkg" ]]; then
opt_latest='true'
true
else
die "ERROR: Unknown argument '$arg'"
fi