Repository: parquet-cpp Updated Branches: refs/heads/master 9930b546e -> 29c6bff49
PARQUET-661: Fix perl hashbang to use perl in environment As noted in https://github.com/conda-forge/staged-recipes/pull/992, if `perl` is in the path but in a non-standard location, then `ctest` fails. Author: Wes McKinney <[email protected]> Closes #138 from wesm/PARQUET-661 and squashes the following commits: 6cafd55 [Wes McKinney] Fix perl hashbang to use perl in environment Project: http://git-wip-us.apache.org/repos/asf/parquet-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/parquet-cpp/commit/29c6bff4 Tree: http://git-wip-us.apache.org/repos/asf/parquet-cpp/tree/29c6bff4 Diff: http://git-wip-us.apache.org/repos/asf/parquet-cpp/diff/29c6bff4 Branch: refs/heads/master Commit: 29c6bff491a138996de06e4bdff4921381ed39d0 Parents: 9930b54 Author: Wes McKinney <[email protected]> Authored: Mon Jul 11 15:46:06 2016 -0700 Committer: Wes McKinney <[email protected]> Committed: Mon Jul 11 15:46:06 2016 -0700 ---------------------------------------------------------------------- build-support/stacktrace_addr2line.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/parquet-cpp/blob/29c6bff4/build-support/stacktrace_addr2line.pl ---------------------------------------------------------------------- diff --git a/build-support/stacktrace_addr2line.pl b/build-support/stacktrace_addr2line.pl index 2b12314..f407247 100755 --- a/build-support/stacktrace_addr2line.pl +++ b/build-support/stacktrace_addr2line.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information
