[mythtv] [PATCH] Add option to mythfilldatabase to change

Ian Dall ian at beware.dropbear.id.au
Sun May 1 02:00:47 UTC 2005


William Uther writes:
 > 
 > Does anyone know how to make something like:
 > 
 > export HOME=~${USER}
 > 
 > actually work in sh?

Eval is your friend:

   eval export HOME=~${USER}

Ian


More information about the mythtv-dev mailing list