diff options
-rwxr-xr-x | xsh | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -109,12 +109,6 @@ else prg_opts_remote="$prg_opts" fi -# Special cases for specific programs -case $prg_base in - # Force Midnight Commander colors and support slow connections - mc) prg_opts_local="-c $prg_opts_local"; prg_opts_remote="-s -c $prg_opts_remote";; -esac - prg_local="$prg_base $prg_opts_local" prg_remote="bash --login -i -c \"$prg_base $prg_opts_remote\"" prg_remote_suu="echo -n 'Changing to root...: '; su $su_opts -c \"cd; $prg_base $prg_opts_remote\"" |