Merge pull request #2862 from pnorman/patch-2
Don't hard-code bash path in mapnik-config
This commit is contained in:
commit
b0f93e4596
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Import('env')
|
||||||
|
|
||||||
config_env = env.Clone()
|
config_env = env.Clone()
|
||||||
|
|
||||||
config_variables = '''#!/bin/bash
|
config_variables = '''#!/usr/bin/env bash
|
||||||
|
|
||||||
## variables
|
## variables
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue