Skip to content
Snippets Groups Projects
Commit a624bae2 authored by Anton Shestakov's avatar Anton Shestakov
Browse files

builddeb: remove unused --debbuilddir option

Looks like it was never used and after 7f49efcaa9b4 it can be removed.
parent 9b86d298
No related branches found
No related tags found
No related merge requests found
......@@ -30,11 +30,6 @@
shift
CLEANUP=
;;
--debbuilddir )
shift
DEBBUILDDIR="$1"
shift
;;
* )
echo "Invalid parameter $1!" 1>&2
exit 1
......
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