public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/sed/files: unix2dos dos2unix
@ 2009-05-20  8:14 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2009-05-20  8:14 UTC (permalink / raw
  To: gentoo-commits

vapier      09/05/20 08:14:41

  Modified:             unix2dos dos2unix
  Log:
  tweak style

Revision  Changes    Path
1.2                  sys-apps/sed/files/unix2dos

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sed/files/unix2dos?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sed/files/unix2dos?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sed/files/unix2dos?r1=1.1&r2=1.2

Index: unix2dos
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/sed/files/unix2dos,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unix2dos	14 Aug 2000 21:08:08 -0000	1.1
+++ unix2dos	20 May 2009 08:14:41 -0000	1.2
@@ -1,3 +1,2 @@
-#!/usr/bin/env bash
-exec /usr/bin/sed -e 's/$/\x12/' ${*}
-
+#!/bin/sh
+exec sed -e 's/$/\x12/' "$@"



1.2                  sys-apps/sed/files/dos2unix

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sed/files/dos2unix?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sed/files/dos2unix?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/sed/files/dos2unix?r1=1.1&r2=1.2

Index: dos2unix
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/sed/files/dos2unix,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dos2unix	14 Aug 2000 21:08:08 -0000	1.1
+++ dos2unix	20 May 2009 08:14:41 -0000	1.2
@@ -1,3 +1,2 @@
-#!/usr/bin/env bash
-exec /usr/bin/sed -e 's/\x0D$//' ${*}
-
+#!/bin/sh
+exec sed -e 's/\x0D$//' "$@"






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-apps/sed/files: unix2dos dos2unix
@ 2014-02-08 13:24 Mike Frysinger (vapier)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger (vapier) @ 2014-02-08 13:24 UTC (permalink / raw
  To: gentoo-commits

vapier      14/02/08 13:24:00

  Removed:              unix2dos dos2unix
  Log:
  Drop ancient/unloved examples #500550 by Ulrich Müller.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-08 13:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-08 13:24 [gentoo-commits] gentoo-x86 commit in sys-apps/sed/files: unix2dos dos2unix Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2009-05-20  8:14 Mike Frysinger (vapier)

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