Mailinglist Archive: radeonhd (529 mails)

< Previous Next >
[radeonhd] [PATCH 2/2] Get rid of another potential quoting problem
  • From: Hans Ulrich Niedermann <hun@xxxxxxxxxxxxxxxx>
  • Date: Sat, 1 Dec 2007 02:44:09 +0100
  • Message-id: <1196473449-12635-2-git-send-email-hun@xxxxxxxxxxxxxxxx>
Some obscure shell might choke on this as well.
---
git_version.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/git_version.sh b/git_version.sh
index f033e55..52b130e 100644
--- a/git_version.sh
+++ b/git_version.sh
@@ -26,7 +26,7 @@ Options:
-x, --example Print complete example program."

# The caller may have set these for us
-SED="${SED-"sed"}"
+SED="${SED-sed}"

# Initialize
working_dir="$(pwd)"
--
1.5.3.4

--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx

< Previous Next >