aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bashast/gunit/redir.gunit')
-rw-r--r--bashast/gunit/redir.gunit2
1 files changed, 1 insertions, 1 deletions
diff --git a/bashast/gunit/redir.gunit b/bashast/gunit/redir.gunit
index d6aa599..bd4cdd9 100644
--- a/bashast/gunit/redir.gunit
+++ b/bashast/gunit/redir.gunit
@@ -50,5 +50,5 @@ _EOF_.abc
) (REDIR > (STRING / dev / null)))))
"cat > /dev/null <<-END_LDSCRIPT
GNU...
-END_LDSCRIPT" -> (LIST (COMMAND (STRING cat) (REDIR > (STRING / dev / null)) (<<- (STRING GNU .. .
+END_LDSCRIPT" -> (LIST (COMMAND (REDIR > (STRING / dev / null)) (STRING cat) (<<- (STRING GNU .. .
))))