From 696b185764763a6078d54656b28d58c228dc63ea Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Fri, 4 Sep 2009 17:14:09 -0400 Subject: [PATCH] BF: Unhandled condition in nd_build. --- tools/nd_build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/nd_build b/tools/nd_build index 9f2ca6e..58e5f1d 100755 --- a/tools/nd_build +++ b/tools/nd_build @@ -78,6 +78,8 @@ else fi for a in $arch; do + # default + options="$opts" if [ "$a" = "amd64" ]; then # only force source into the upload for NeuroDebian if [ ! "$family" = "${family#nd+*}" ]; then -- 2.39.5