From 0cf5458f17c1fb4b50927ac321ff14126494a4e9 Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 20 Sep 2006 22:01:45 +0000 Subject: [PATCH] src needs to be in the options list if it is going to be available for use. --- build/lbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/lbuild b/build/lbuild index e643ee2..529b035 100755 --- a/build/lbuild +++ b/build/lbuild @@ -604,7 +604,7 @@ stage() [ -r ~/.lbuildrc ] && . ~/.lbuildrc -options=$(getopt -o d:D:h -l disable-datestamp,external-patches:,extraversion:,kerneldir:,linux:,lustre:,nodownload,nosrc,publish,release,stage:,tag:,target:,target-archs:,with-linux: -- "$@") +options=$(getopt -o d:D:h -l disable-datestamp,external-patches:,extraversion:,kerneldir:,linux:,lustre:,nodownload,nosrc,publish,release,src,stage:,tag:,target:,target-archs:,with-linux: -- "$@") if [ $? != 0 ] ; then usage 1 -- 1.8.3.1