diff options
| -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 |
| index : rust-openssl | |
| Unnamed repository; edit this file 'description' to name the repository. |
| aboutsummaryrefslogtreecommitdiff |
| -rwxr-xr-x | configure | 2 |
@@ -1,5 +1,7 @@ #!/bin/bash +cd $(dirname $0) + TEMP=`getopt -o "" --long prefix: -n "$0" -- "$@"` if [ $? != 0 ]; then exit 1; fi |