summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e90a4c0)
raw | patch | inline | side by side (parent: e90a4c0)
author | Linus Torvalds <torvalds@ppc970.osdl.org.(none)> | |
Tue, 19 Apr 2005 00:40:32 +0000 (17:40 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org.(none)> | |
Tue, 19 Apr 2005 00:40:32 +0000 (17:40 -0700) |
My brain just flipped when it tried to read the "Applying" as part
of the explanation of the patch, and the sentence didn't make any
sense. The quotes make it clear what's going on.
of the explanation of the patch, and the sentence didn't make any
sense. The quotes make it clear what's going on.
applypatch | patch | blob | history |
diff --git a/applypatch b/applypatch
index 2791d9139adf19d0a3965d072bfdf55072765386..9799cf98da1fa5454b56468502bdb5f8cd901690 100755 (executable)
--- a/applypatch
+++ b/applypatch
export SUBJECT="$(sed -n '/^Subject/ s/Subject: //p' .dotest/info)"
echo
-echo Applying $SUBJECT
+echo Applying "'$SUBJECT'"
echo
(echo "[PATCH] $SUBJECT" ; echo ; cat $MSGFILE ) > .dotest/final-commit