* user.c (execute_menu_command): Revert last changes. Execute
commit17ec1c5476c222e93e21915093ef4a7567bf9eed
authorAndrew V. Samoilov <sav@bcs.zp.ua>
Thu, 18 Nov 2004 17:47:55 +0000 (18 17:47 +0000)
committerAndrew V. Samoilov <sav@bcs.zp.ua>
Thu, 18 Nov 2004 17:47:55 +0000 (18 17:47 +0000)
treed430b9204e150b21745738e8ead20d44883cdc8d
parent82f580f85795307ad62c3d627a6dc8e2c6623129
    * user.c (execute_menu_command): Revert last changes. Execute
        shell_execute() with flag EXECUTE_HIDE to prevent recording
        in ~/.bash_history.
        * execute.h: Add EXECUTE_HIDE flag. It's used to prefix the command
        with a space.
        * execute.c (shell_execute): Prefix the command with a space, if define
        EXECUTE_HIDE flag.
src/ChangeLog
src/execute.c
src/execute.h
src/user.c