changeset 4647:28581bec63b7

<oerjan> sed -i \'s/welcome/welcome "$@"/\' bin/\x02welcome
author HackBot
date Sun, 01 Jun 2014 08:15:17 +0000
parents cd6e0eda54fe
children 65fc4b481803
files bin/welcome
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/welcome	Sun Jun 01 07:56:59 2014 +0000
+++ b/bin/welcome	Sun Jun 01 08:15:17 2014 +0000
@@ -1,2 +1,2 @@
 #!/bin/sh
-welcome | sed "s/^//"
+welcome "$@" | sed "s/^//"