Now avoids piping shell scripts into a new instance of sh, instead

using a subshell.
This commit is contained in:
dtrg 2006-07-26 12:29:47 +00:00
parent dc5d08b2a3
commit 8558656665
6 changed files with 6 additions and 12 deletions

View file

@ -32,5 +32,4 @@ p
}' $1
echo '!EOF!'
echo $IFCOMMAND
) |
sh
) | eval "$(cat)"

View file

@ -32,5 +32,4 @@ p
}' $1
echo '!EOF!'
echo $IFCOMMAND
) |
sh
) | eval "$(cat)"

View file

@ -32,5 +32,4 @@ p
}' $1
echo '!EOF!'
echo $IFCOMMAND
) |
sh
) | eval "$(cat)"

View file

@ -32,5 +32,4 @@ p
}' $1
echo '!EOF!'
echo $IFCOMMAND
) |
sh
) | eval "$(cat)"

View file

@ -32,5 +32,4 @@ p
}' $1
echo '!EOF!'
echo $IFCOMMAND
) |
sh
) | eval "$(cat)"

View file

@ -32,5 +32,4 @@ p
}' $1
echo '!EOF!'
echo $IFCOMMAND
) |
sh
) | eval "$(cat)"