aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-08-26 07:11:53 +0200
committerMattias Andrée <maandree@operamail.com>2012-08-26 07:11:53 +0200
commitbde42fc4c1bcd7183e9d70f88c22cf30e21f42d8 (patch)
treebea09cca731a540f6b5a1be9effadda3fe82aabd
parent761ae98ad58c3e0fab45a0f2254284f3f1c3dcee (diff)
downloadponysay-bde42fc4c1bcd7183e9d70f88c22cf30e21f42d8.tar.gz
ponysay-bde42fc4c1bcd7183e9d70f88c22cf30e21f42d8.tar.bz2
ponysay-bde42fc4c1bcd7183e9d70f88c22cf30e21f42d8.zip
sh instead of bash in configure
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index bf68549..00598d5 100755
--- a/configure
+++ b/configure
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
function makeMakefile()