Skip to content
  1. Apr 06, 2017
    • David Sidrane's avatar
      Print expanded variables if -x · 35cf98d4
      David Sidrane authored
      35cf98d4
    • David Sidrane's avatar
      Added support for set [{+|-}{e|x|xe|ex}] [<name> <value>] · d03aa911
      David Sidrane authored
      Set the 'exit on error control' and/or 'print a trace' of commands when parsing scripts in NSH.  The settinngs are in effect from the point of exection, until they are changed again, or in the case of the init script, the settings are returned to the default settings when it exits.
      
      Included child scripts will run with the parents settings and changes made in the child script will effect the parent on return.
      
      Use 'set -e' to enable and 'set +e' to disable (ignore) the exit condition on commands. The default is -e. Errors cause script to exit.
      
      Use 'set -x' to enable and 'set +x' to disable (silence) printing a trace of the script commands as they are ececuted. The default is +x. No printing of a trace of script commands as they are executed.
      d03aa911
  2. Apr 04, 2017
  3. Apr 03, 2017
  4. Mar 31, 2017
  5. Mar 28, 2017
  6. Mar 27, 2017
  7. Mar 26, 2017
  8. Mar 22, 2017
  9. Mar 21, 2017
  10. Mar 18, 2017
  11. Mar 13, 2017
  12. Mar 09, 2017
  13. Mar 08, 2017
  14. Mar 07, 2017
  15. Mar 06, 2017
  16. Mar 05, 2017
  17. Mar 04, 2017
  18. Mar 02, 2017