Skip to Content.
Please activate JavaScript in your web browser
List archive
Re: [SM-Commit] GIT changes to master grimoire by Eric Sandall (426306f26dd856ed38d98f32e41568898e950c7a)
Chronological
Thread
<
Chronological
>
<
Thread
>
From
: Arwed von Merkatz <v.merkatz AT gmx.net>
To
: sm-commit AT lists.ibiblio.org
Subject
: Re: [SM-Commit] GIT changes to master grimoire by Eric Sandall (426306f26dd856ed38d98f32e41568898e950c7a)
Date
: Fri, 21 Jul 2006 18:11:54 +0200
On Thu, Jul 20, 2006 at 06:00:04PM -0500, Eric Sandall wrote:
>
GIT changes to master grimoire by Eric Sandall <sandalle@cerberus.(none)>:
>
>
devel/git/DETAILS | 2 +-
>
devel/git/HISTORY | 4 ++++
>
2 files changed, 5 insertions(+), 1 deletion(-)
>
>
New commits:
>
commit 426306f26dd856ed38d98f32e41568898e950c7a
>
Author: Eric Sandall <sandalle@cerberus.(none)>
>
Commit: Eric Sandall <sandalle@cerberus.(none)>
>
>
Need quotes around binary arguments, thanks Kevin :)
Actually you don't, if you use [[ ]], as that's shell syntax that
knows how to interpret stuff. You do need them if you use test or [
>
diff --git a/devel/git/DETAILS b/devel/git/DETAILS
>
index 21bf2cf..b30ce13 100755
>
--- a/devel/git/DETAILS
>
+++ b/devel/git/DETAILS
>
@@ -7,7 +7,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
>
SOURCE_URL=$KERNEL_URL/pub/software/scm/git/$SOURCE
>
SOURCE2_URL=$KERNEL_URL/pub/software/scm/git/$SOURCE2
>
SOURCE2_IGNORE=signature
>
-if [ $GIT_DOC != none ]; then
>
+if [[ "$GIT_DOC" != "none" ]]; then
>
SOURCE3=$SPELL-$GIT_DOC-$VERSION.tar.bz2
>
SOURCE4=$SOURCE3.sign
>
SOURCE3_GPG="kernel.gpg:${SOURCE3}.sign:UPSTREAM_KEY"
>
diff --git a/devel/git/HISTORY b/devel/git/HISTORY
>
index 8a32b4b..ac7158e 100644
>
--- a/devel/git/HISTORY
>
+++ b/devel/git/HISTORY
>
@@ -1,3 +1,7 @@
>
+2006-07-20 Eric Sandall <eric AT sandall.us>
>
+ * DETAILS: Need quotes around binary arguments
>
+ (Thanks to Kevin Monceaux <Kevin AT RawFedDogs.net>)
>
+
>
2006-07-18 Ladislav Hagara <hgr AT vabo.cz>
>
* DEPENDS: added optional_depends tk for gitk
>
>
_______________________________________________
>
SM-Commit mailing list
>
SM-Commit AT lists.ibiblio.org
>
http://lists.ibiblio.org/mailman/listinfo/sm-commit
>
--
Arwed v. Merkatz Source Mage GNU/Linux developer
http://www.sourcemage.org
[SM-Commit] GIT changes to master grimoire by Eric Sandall (426306f26dd856ed38d98f32e41568898e950c7a)
,
Eric Sandall, 07/20/2006
Re: [SM-Commit] GIT changes to master grimoire by Eric Sandall (426306f26dd856ed38d98f32e41568898e950c7a)
,
Arwed von Merkatz, 07/21/2006
Archive powered by
MHonArc 2.6.24
.