All of lore.kernel.org
 help / color / mirror / Atom feed
* [virtio-comment] [PATCH v2 1/2] makepdf: fix shell command
@ 2021-06-30 11:58 Enrico Weigelt, metux IT consult
  2021-06-30 11:58 ` [virtio-dev] [PATCH v2 2/2] add .gitignore Enrico Weigelt, metux IT consult
  0 siblings, 1 reply; 2+ messages in thread
From: Enrico Weigelt, metux IT consult @ 2021-06-30 11:58 UTC (permalink / raw)
  To: virtio-comment, virtio-dev

The script needs bash, but calls /bin/sh, which might be (and on some
distros actually is) a completely different shell.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
---
 makeall.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makeall.sh b/makeall.sh
index 37e6c34..186a6d1 100755
--- a/makeall.sh
+++ b/makeall.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 export SPECDOC=${SPECDOC:-`cat REVISION`}
 export DATESTR=${DATESTR:-`cat REVISION-DATE`}
-- 
2.20.1


This publicly archived list offers a means to provide input to the
OASIS Virtual I/O Device (VIRTIO) TC.

In order to verify user consent to the Feedback License terms and
to minimize spam in the list archive, subscription is required
before posting.

Subscribe: virtio-comment-subscribe@lists.oasis-open.org
Unsubscribe: virtio-comment-unsubscribe@lists.oasis-open.org
List help: virtio-comment-help@lists.oasis-open.org
List archive: https://lists.oasis-open.org/archives/virtio-comment/
Feedback License: https://www.oasis-open.org/who/ipr/feedback_license.pdf
List Guidelines: https://www.oasis-open.org/policies-guidelines/mailing-lists
Committee: https://www.oasis-open.org/committees/virtio/
Join OASIS: https://www.oasis-open.org/join/


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [virtio-dev] [PATCH v2 2/2] add .gitignore
  2021-06-30 11:58 [virtio-comment] [PATCH v2 1/2] makepdf: fix shell command Enrico Weigelt, metux IT consult
@ 2021-06-30 11:58 ` Enrico Weigelt, metux IT consult
  0 siblings, 0 replies; 2+ messages in thread
From: Enrico Weigelt, metux IT consult @ 2021-06-30 11:58 UTC (permalink / raw)
  To: virtio-comment, virtio-dev

Prevent accidentially adding auto generated files to the repo.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
---
 .gitignore | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..43e454a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,19 @@
+/listings/virtio_queue.h
+/missfont.log
+/setup-generated.tex
+/tmpfilesforzip
+/virtio-*.4ct
+/virtio-*.4tc
+/virtio-*.aux
+/virtio-*.css
+/virtio-*.dvi
+/virtio-*.html
+/virtio-*.idv
+/virtio-*.lg
+/virtio-*.log
+/virtio-*.out
+/virtio-*.pdf
+/virtio-*.tex
+/virtio-*.toc
+/virtio-*.xref
+/virtio-*.zip
-- 
2.20.1


---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-30 11:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-30 11:58 [virtio-comment] [PATCH v2 1/2] makepdf: fix shell command Enrico Weigelt, metux IT consult
2021-06-30 11:58 ` [virtio-dev] [PATCH v2 2/2] add .gitignore Enrico Weigelt, metux IT consult

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.