Skip to content

Commit

Permalink
Merge pull request #75 from RcppCore/bugfix/no-hardcode-bash
Browse files Browse the repository at this point in the history
use /usr/bin/env bash as shebang (closes #74)
  • Loading branch information
eddelbuettel committed Jan 10, 2016
2 parents e249dc0 + 1209e3c commit 12cfdf8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2016-01-10 Dirk Eddelbuettel <edd@debian.org>

* configure: Use /usr/bin/env bash as shebang

2015-12-15 Dirk Eddelbuettel <edd@debian.org>

* DESCRIPTION: Release 0.6.400.2.0
Expand Down
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Copyright 2013 - 2015 Dirk Eddelbuettel
# Copyright 2013 - 2016 Dirk Eddelbuettel
#
# Licensed under GPL 2 or later

Expand Down

0 comments on commit 12cfdf8

Please sign in to comment.