1. 03 Oct, 2018 1 commit
  2. 18 Jan, 2016 1 commit
  3. 28 Sep, 2015 1 commit
    • LE Manh Cuong's avatar
      Encode64 Plugin - Fix wrong `echo` usage · 758195cb
      LE Manh Cuong authored
      Currently, encode64 plugin using `echo -n` to print the content
      of $1 variable. This approach will not work with arbitrary data,
      which contains sequence of escaped characters, since when many
      `echo` implementation will expand them.
      
      This commit chage the usage to `printf`, which is builtin in all
      POSIX shells and can print arbitrary data reliability.
      758195cb
  4. 13 Mar, 2013 1 commit
  5. 14 Jun, 2012 1 commit
  6. 16 Mar, 2012 1 commit