[Move `<<-port-holder' variable to correct module
clinton@unknownlamer.org**20100329212047
 Ignore-this: fc99b36de11cf9c55c29597908007d84
] hunk ./module/scsh/syntax-helpers.scm 13
+;; This is used by the macro for the << redirection to prevent the temporary 
+;; port from being closed by a GC before the process exec's
+(define <<-port-holder)
+