Bug 11526 - nedit relies on csh, but no csh is installed as a dependency
Bug#: 11526 Product:  Gentoo Linux Version: 1.4_rc1 Platform: x86
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: seemant@gentoo.org Reported By: webmaster@multi-air.com
Component: Ebuilds
URL: 
Summary: nedit relies on csh, but no csh is installed as a dependency
Keywords:  
Status Whiteboard: 
Opened: 2002-12-03 06:48 0000
Description:   Opened: 2002-12-03 06:48 0000
nedit apparently needs the csh for all external programs it executes, but no
csh is listed as a dependency for nedit. Emerging tcsh afterwards here fixed
it, so i guess it's only the dependency thats the problem.

------- Comment #1 From Seemant Kulleen (RETIRED) 2002-12-03 07:36:28 0000 -------
you can add:

nedit.shell: /bin/bash

into you ~/.nedit file

but I will make bash the default in the ebuild.

Note to self: change ispell to aspell as well

------- Comment #2 From Seemant Kulleen (RETIRED) 2003-01-19 20:05:53 0000 -------
-r2 now relies on /bin/sh instead of /bin/csh

and it uses aspell instead of ispell for spell checking