Whamcloud - gitweb
src needs to be in the options list if it is going to be available for use.
authorbrian <brian>
Wed, 20 Sep 2006 22:01:45 +0000 (22:01 +0000)
committerbrian <brian>
Wed, 20 Sep 2006 22:01:45 +0000 (22:01 +0000)
build/lbuild

index e643ee2..529b035 100755 (executable)
@@ -604,7 +604,7 @@ stage()
 
 [ -r ~/.lbuildrc ] && . ~/.lbuildrc
 
 
 [ -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
 
 if [ $? != 0 ] ; then
     usage 1