From 493247a752fd0ce8cd5acbb9b1d065bb547ded77 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 27 Jun 2013 20:56:57 +0000 Subject: [PATCH] whereis => which git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@150 7bb0bf08-9e0d-0410-b083-99cee3bf18b8 --- dotfiles2html/dotfiles2html.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dotfiles2html/dotfiles2html.py b/dotfiles2html/dotfiles2html.py index b463f4e..c543ba9 100755 --- a/dotfiles2html/dotfiles2html.py +++ b/dotfiles2html/dotfiles2html.py @@ -87,11 +87,11 @@ def process_dotfile(i, fname, ftype, file_types): text = text.replace('mplayerer', 'mplayer') if fname == 'mailcap': text = text.replace( - '-a -n "`whereis smplayer`" -a -n "`whereis smplayer`"', - '-a -n "`whereis smplayer`"') + '-a -n "`which smplayer`" -a -n "`which smplayer`"', + '-a -n "`which smplayer`"') text = text.replace( - '-a -n "`whereis mplayer`" -a -n "`whereis mplayer`"', - '-a -n "`whereis mplayer`"') + '-a -n "`which mplayer`" -a -n "`which mplayer`"', + '-a -n "`which mplayer`"') file.write(text) file.close() -- 2.39.2