in.diff 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. ------------------------------------------------------------------------
  2. r1235 | ymattw | 2011-09-01 17:00:02 +0800 (Thu, 01 Sep 2011) | 3 lines
  3. Interpreter fix
  4. Index: src/share/example.sh
  5. ===================================================================
  6. --- src/share/example.sh (revision 1234)
  7. +++ src/share/example.sh (revision 1235)
  8. @@ -1,3 +1,3 @@
  9. -#!/bin/sh
  10. +#!/bin/bash
  11. #
  12. # Test program, also try run me as yroot (sudo ./example.sh)
  13. ------------------------------------------------------------------------
  14. r1234 | ymattw | 2011-09-01 16:00:02 +0800 (Thu, 01 Sep 2011) | 3 lines
  15. Implement common tool to run command as headless account
  16. Index: ChangeLog
  17. ===================================================================
  18. --- ChangeLog (revision 1233)
  19. +++ ChangeLog (revision 1234)
  20. @@ -1,3 +1,6 @@
  21. +Version 0.0.4
  22. + * Add prototype of perl module
  23. +
  24. Version 0.0.3
  25. * Implement '-d' option
  26. * Add configfile to set global debug flag
  27. Index: src/share/example.sh
  28. ===================================================================
  29. --- src/share/example.sh (revision 0)
  30. +++ src/share/example.sh (revision 1234)
  31. @@ -0,0 +1,4 @@
  32. +#!/bin/sh
  33. +#
  34. +# Test program, also try run me as yroot (sudo ./example.sh)
  35. +#
  36. Property changes on: src/share/example.sh
  37. ___________________________________________________________________
  38. Added: svn:executable
  39. ## -0,0 +1 ##
  40. +*
  41. \ No newline at end of property
  42. Added: svn:keywords
  43. ## -0,0 +1 ##
  44. +Id
  45. \ No newline at end of property