summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-01-15 01:57:16 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-01-15 01:57:16 +0000
commit43fa7141c83bb0abf223cda2eb2d758a0c82214f (patch)
tree03e1ffdd516c8ddee83f1c9ce5ca7c5cd8cae84c
parent4a50763d37a49901b0a732e272a55ec8515dd840 (diff)
downloadmpfr-43fa7141c83bb0abf223cda2eb2d758a0c82214f.tar.gz
mpfrlint: require bash.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/2.4@6660 280ebfd0-de03-0410-8827-d642c229c3f4
-rwxr-xr-xmpfrlint2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpfrlint b/mpfrlint
index 1485558fb..5dd5fc503 100755
--- a/mpfrlint
+++ b/mpfrlint
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
# Check possible problems in the MPFR source.