Kaydet (Commit) d2f5da94 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Update comment to match reality

Change-Id: I0b4ee6377aac984b7acf7085ac43cad3d088612d
üst 1120256f
#!/bin/bash #!/bin/bash
# Script to sign executables, dylibs and frameworks in an app bundle # Script to sign executables, dylibs and frameworks in an app bundle plus the bundle itself. Called
# plus the bundle itself. Called from # from installer::simplepackage::create_package() in solenv/bin/modules/installer/simplepackage.pm
# the test-install target in Makefile.in # and the test-install target in Makefile.in.
test `uname` = Darwin || { echo This is for OS X only; exit 1; } test `uname` = Darwin || { echo This is for OS X only; exit 1; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment