Whamcloud - gitweb
make getopt accept --with-linux, and teach the alphabet to whomever added --datestamp
authorjacob <jacob>
Fri, 29 Apr 2005 18:40:13 +0000 (18:40 +0000)
committerjacob <jacob>
Fri, 29 Apr 2005 18:40:13 +0000 (18:40 +0000)
build/lbuild

index af1590d..4b90175 100755 (executable)
@@ -523,7 +523,8 @@ publish()
 
 [ -r ~/.lbuildrc ] && . ~/.lbuildrc
 
 
 [ -r ~/.lbuildrc ] && . ~/.lbuildrc
 
-options=$(getopt -o d:D:h -l external-patches:,extraversion:,kerneldir:,linux:,lustre:,nodownload,nosrc,publish,release,tag:,target:,target-archs:,disable-datestamp -- "$@")
+options=$(getopt -o d:D:h -l disable-datestamp,external-patches:,extraversion:,kerneldir:,linux:,lustre:,nodownload,nosrc,publish,release,tag:,target:,target-archs:,with-linux: -- "$@")
+
 if [ $? != 0 ] ; then
     usage 1
 fi
 if [ $? != 0 ] ; then
     usage 1
 fi