diff options
-rwxr-xr-x | localpdebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/localpdebuild b/localpdebuild index 3ff5a4c..03faec0 100755 --- a/localpdebuild +++ b/localpdebuild @@ -34,11 +34,6 @@ while [ $# -gt 0 ]; do showhelp exit 1 ;; - -B) - debbuildopts="$debbuildopts $1" - pdebuildopts="$pdebuildopts --use-pdebuild-internal" - shift - ;; -*) debbuildopts="$debbuildopts $1" shift |