(fhpd) print +1 <AST>:0:0: unexpected end of subtree Internal Error: java.lang.NullPointerException at frysk.expr.CExprEvaluator.expr(fhpd) at frysk.expr.CExprEvaluator.expr(fhpd) at frysk.expr.Expression.getValue(fhpd) at frysk.hpd.EvalCommands$1.print(fhpd) at frysk.hpd.EvalCommands.eval(fhpd) at frysk.hpd.EvalCommands.access$0(fhpd) at frysk.hpd.EvalCommands$Print.interpret(fhpd) at frysk.hpd.ParameterizedCommand.interpret(fhpd) at frysk.hpd.MultiLevelCommand.interpret(fhpd) at frysk.hpd.CLI.execCommand(fhpd) at frysk.bindir.fhpd.main(fhpd)
Fixes bz# 5502. Allow "print +expression". frysk-core/frysk/expr/ChangeLog: 2008-03-11 Teresa Thomas <tthomas@redhat.com> * CExpr.g: Allow +expression.