From: Richard W.M. Jones Date: Sun, 2 Jan 2011 21:01:43 +0000 (+0000) Subject: Update TODO file. X-Git-Tag: 1.9.2~6 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=f13f3386007381f2955f8cfc45ecf84d9ebfa0ce;p=libguestfs.git Update TODO file. --- diff --git a/TODO b/TODO index f781fb8..ca649ba 100644 --- a/TODO +++ b/TODO @@ -364,6 +364,14 @@ parsing code, eg: % is better than $ because of shell escaping and confusion with shell variables. +Can we combine this with ability to set and read environment +variables? Currently guestfish uses many environment variables like +$EDITOR without any corresponding ability to set them. + + set EDITOR /usr/bin/emacs + echo $EDITOR # or %{EDITOR} + edit /etc/resolv.conf + live CD inspection ------------------