From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-util/nvidia-cuda-gdk/files/, dev-util/nvidia-cuda-gdk/
Date: Mon, 19 Jan 2015 17:59:32 +0000 (UTC) [thread overview]
Message-ID: <1421659404.8a9bc2f24338239647adcf4a24d9a550abd9c812.jlec@gentoo> (raw)
commit: 8a9bc2f24338239647adcf4a24d9a550abd9c812
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Jan 19 09:23:24 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan 19 09:23:24 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8a9bc2f2
dev-util/nvidia-cuda-gdk: Fix wrapper /opt/bin/nvidia-healthmon
---
dev-util/nvidia-cuda-gdk/ChangeLog | 6 +++++-
dev-util/nvidia-cuda-gdk/files/nvidia-healthmon | 4 ++--
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/dev-util/nvidia-cuda-gdk/ChangeLog b/dev-util/nvidia-cuda-gdk/ChangeLog
index 169f0dc..be83b87 100644
--- a/dev-util/nvidia-cuda-gdk/ChangeLog
+++ b/dev-util/nvidia-cuda-gdk/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-util/nvidia-cuda-gdk
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 19 Jan 2015; Marius Brehler <marbre@linux.sungazer.de>
+ nvidia-cuda-gdk-340.29.ebuild:
+ Fix /opt/bin/nvidia-healthmon
+
01 Dec 2014; Justin Lecher <jlec@gentoo.org> nvidia-cuda-gdk-340.29.ebuild:
Drop empty lines, clean variable names and quoting
diff --git a/dev-util/nvidia-cuda-gdk/files/nvidia-healthmon b/dev-util/nvidia-cuda-gdk/files/nvidia-healthmon
index 007c9dc..caf1b00 100644
--- a/dev-util/nvidia-cuda-gdk/files/nvidia-healthmon
+++ b/dev-util/nvidia-cuda-gdk/files/nvidia-healthmon
@@ -1,9 +1,9 @@
#!/bin/bash
-while getopts "c" opt
+while getopts ":c" opt
do
case $opt in
c) exec /opt/cuda/gdk/nvidia-healthmon/nvidia-healthmon "$@";;
- *) exec /opt/cuda/gdk/nvidia-healthmon/nvidia-healthmon -c /etc/nvidia-healtmon/nvidia-healtmon.conf "$@";;
+ *) exec /opt/cuda/gdk/nvidia-healthmon/nvidia-healthmon -c /etc/nvidia-healthmon/nvidia-healthmon.conf "$@";;
esac
done
\ No newline at end of file
next reply other threads:[~2015-01-19 17:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-19 17:59 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-12-30 21:13 [gentoo-commits] proj/sci:master commit in: dev-util/nvidia-cuda-gdk/files/, dev-util/nvidia-cuda-gdk/ Aisha Tammy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1421659404.8a9bc2f24338239647adcf4a24d9a550abd9c812.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox