diff options
| author | Steven Fackler <[email protected]> | 2014-01-20 21:50:52 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2014-01-20 21:50:52 -0800 |
| commit | 22e687d80163def8a7cec28a9fd23a522105272a (patch) | |
| tree | 65602258a39ed638083c5a741629ce1dc9de96f9 | |
| parent | Run configure on travis (diff) | |
| download | rust-openssl-22e687d80163def8a7cec28a9fd23a522105272a.tar.xz rust-openssl-22e687d80163def8a7cec28a9fd23a522105272a.zip | |
Always run configure from the right directory
| -rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ #!/bin/bash +cd $(dirname $0) + TEMP=`getopt -o "" --long prefix: -n "$0" -- "$@"` if [ $? != 0 ]; then exit 1; fi |