mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 11:42:21 +00:00
dtappbuilder: use /bin/sh rather than /bin/csh as default shell
This commit is contained in:
parent
fbf58acca7
commit
72e6e90706
3 changed files with 3 additions and 3 deletions
|
@ -159,7 +159,7 @@ Dtbuilder*dtb_cgen_win_mainwindow_mainwin*menubar_Help_item_help_pulldown.On_Ite
|
|||
Dtbuilder*dtb_cgen_win_mainwindow_mainwin*menubar_Help_item_help_pulldown.Using_Help_item.mnemonic: %|nls-105-#U#|
|
||||
Dtbuilder*dtb_cgen_win_mainwindow_mainwin*menubar_Help_item_help_pulldown.About_Application_Builder_item.mnemonic: %|nls-106-#A#|
|
||||
Dtbuilder*dtb_cgen_win_mainwindow_mainwin*output_termp.subprocessCmd: %|nls-107-#/bin/cat#|
|
||||
Dtbuilder*dtb_cgen_win_mainwindow_mainwin*input_termp.subprocessCmd: %|nls-108-#/bin/csh#|
|
||||
Dtbuilder*dtb_cgen_win_mainwindow_mainwin*input_termp.subprocessCmd: %|nls-108-#/bin/sh#|
|
||||
|
||||
! Resource list for AppBuilder module conn
|
||||
!
|
||||
|
|
|
@ -332,7 +332,7 @@
|
|||
:num-rows 27
|
||||
:num-columns 82
|
||||
:vscrollbar :always
|
||||
:process-string "/bin/csh"
|
||||
:process-string "/bin/sh"
|
||||
:active :true
|
||||
:visible :true
|
||||
:north-attachment (:obj button_ctrl_panel 0)
|
||||
|
|
|
@ -178,7 +178,7 @@ termp_initialize(
|
|||
obj_set_width(obj, termp_init_width);
|
||||
obj_set_height(obj, termp_init_width);
|
||||
}
|
||||
obj_set_process_string(obj, "/bin/csh");
|
||||
obj_set_process_string(obj, "/bin/sh");
|
||||
|
||||
abobj_init_pane_position(obj);
|
||||
|
||||
|
|
Loading…
Reference in a new issue