On 1/29/2014 8:27 AM, Raymond van Daelen wrote:
NEWVALUE="$TERM"
Try single quotes: NEWVALUE='$TERM' -- Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

