X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=build%2Flbuild;h=529b035b4e4891b4251fbf0295bef0f310acf570;hp=e643ee289a06a5226405338490af43b2806e8317;hb=0cf5458f17c1fb4b50927ac321ff14126494a4e9;hpb=71dd4a7f0195c48b9dc83284e14118123464d847 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