Fix one aliasing bug
commit18d29ec0ffd489502a5ea75045e77518cadb9570
authorSadrul Habib Chowdhury <sadrul@users.sourceforge.net>
Wed, 22 Oct 2008 17:33:20 +0000 (22 13:33 -0400)
committerSadrul Habib Chowdhury <sadrul@users.sourceforge.net>
Wed, 22 Oct 2008 17:33:20 +0000 (22 13:33 -0400)
treecd09f9179e8c2b57737e61f075521d08e2102f9a
parent6e967ce05f9b585dcce25d31beb7bc38562a819b
Fix one aliasing bug

The following wouldn't work before this change:
  alias foo echo
  foo "good day!"
Thanks to Steve Kemp for pointing this out
(http://lists.gnu.org/archive/html/screen-devel/2008-10/msg00042.html)
src/process.c