From: Markus <132...@gm...> - 2005-12-31 10:08:38
|
Fredrik Ståhl schrieb: >Hello, > >I have a problem with opensync 0.18 under Mandriva 2006. When running >msynctool --configure I get the message > > sh: editor: command not found > sh: editcmd: command not found > Unable to open editor. Aborting > >Does anybody know how to fix this? > > > I think setting the enviroment variable to an existing editor program on your computer should help. In a bash shell this could be export EDITOR=emacs or export EDITOR=kate Markus |