changeset 1250:93a072ff6e44

<fizzie> sed -ie \'s#-ne .print uc($_).#-pe \'\\\'\'$_ = uc\'\\\'\'#\' bin/WELCOME
author HackBot
date Fri, 04 Jan 2013 21:42:32 +0000
parents c116cbd902b5
children 6eb8894cf114
files bin/WELCOME bin/WELCOMEe
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/WELCOME	Fri Jan 04 21:42:26 2013 +0000
+++ b/bin/WELCOME	Fri Jan 04 21:42:32 2013 +0000
@@ -1,2 +1,2 @@
 #!/bin/sh
-welcome "$@" | perl -ne 'print uc($_)'
+welcome "$@" | perl -pe '$_ = uc'
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/WELCOMEe	Fri Jan 04 21:42:32 2013 +0000
@@ -0,0 +1,2 @@
+#!/bin/sh
+welcome "$@" | perl -ne 'print uc($_)'