From: brian Date: Wed, 20 Sep 2006 22:01:45 +0000 (+0000) Subject: src needs to be in the options list if it is going to be available for use. X-Git-Tag: v1_7_100~426 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=0cf5458f17c1fb4b50927ac321ff14126494a4e9;ds=sidebyside src needs to be in the options list if it is going to be available for use. --- 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