From 9042ed3ac8b75202e71e5de49376e0b1c68e847f Mon Sep 17 00:00:00 2001 From: Mu Qiao Date: Wed, 27 Jul 2011 16:55:46 +0800 Subject: Parser: support empty command with redirection Now only '>' is supported because there would be a lot of conflicts if we want to fully support this. Also the operator other than '>' doesn't make sense. --- scripts/command_execution.bash | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/command_execution.bash b/scripts/command_execution.bash index 05e2177..132d72d 100644 --- a/scripts/command_execution.bash +++ b/scripts/command_execution.bash @@ -74,3 +74,4 @@ o Hello\ world echo \`\(\)\$\>\<\` export SRC_URI="${SRC_URI} http://www.oracle.com/technology/products/berkeley-db/db/update/${MY_PV}/patch.${MY_PV}.${i}" +> /dev/null -- cgit v1.2.3-65-gdbad