From f40db5c4ff5b9d3d11172749194dfe28b829eded Mon Sep 17 00:00:00 2001
From: jacob <jacob>
Date: Fri, 29 Apr 2005 18:40:13 +0000
Subject: [PATCH] make getopt accept --with-linux, and teach the alphabet to
 whomever added --datestamp

---
 build/lbuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build/lbuild b/build/lbuild
index af1590dd82..4b90175aac 100755
--- a/build/lbuild
+++ b/build/lbuild
@@ -523,7 +523,8 @@ publish()
 
 [ -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
-- 
GitLab