Git development
 help / color / mirror / Atom feed
* [PATCH] Fix typo in gitapply.sh
@ 2005-04-15 20:22 Art Haas
  0 siblings, 0 replies; only message in thread
From: Art Haas @ 2005-04-15 20:22 UTC (permalink / raw)
  To: git

Hi.

The variable is '$patchfifo', not '$pathfifo'. Adding the missing 'c'
will remove the stray pipes that have been left in /tmp.

Art Haas

gitapply.sh:  47b9346d2679b1bf34220fe4502f15c7d0737b0c
--- gitapply.sh
+++ gitapply.sh	2005-04-15 15:11:03.000000000 -0500
@@ -74,4 +74,4 @@
 done
 ' padding
 
-rm $pathfifo $todo $gonefile
+rm $patchfifo $todo $gonefile

-- 
Man once surrendering his reason, has no remaining guard against absurdities
the most monstrous, and like a ship without rudder, is the sport of every wind.

-Thomas Jefferson to James Smith, 1822

----- End forwarded message -----

-- 
Man once surrendering his reason, has no remaining guard against absurdities
the most monstrous, and like a ship without rudder, is the sport of every wind.

-Thomas Jefferson to James Smith, 1822

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-04-15 20:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-15 20:22 [PATCH] Fix typo in gitapply.sh Art Haas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox