/core/externals/update-engine/Core/TestResources/Test-STDERR-source/.engine_preinstall

http://macfuse.googlecode.com/ · #! · 7 lines · 4 code · 3 blank · 0 comment · 0 complexity · 316bbd599214432fab07db69cc0eb2e2 MD5 · raw file

  1. #!/bin/bash
  2. echo "preinstall to stderr" >&2
  3. # Make sure we report success so the next script will run.
  4. exit 0