diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-08-26 07:11:53 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-08-26 07:11:53 +0200 |
commit | bde42fc4c1bcd7183e9d70f88c22cf30e21f42d8 (patch) | |
tree | bea09cca731a540f6b5a1be9effadda3fe82aabd | |
parent | 761ae98ad58c3e0fab45a0f2254284f3f1c3dcee (diff) | |
download | ponysay-bde42fc4c1bcd7183e9d70f88c22cf30e21f42d8.tar.gz ponysay-bde42fc4c1bcd7183e9d70f88c22cf30e21f42d8.tar.bz2 ponysay-bde42fc4c1bcd7183e9d70f88c22cf30e21f42d8.zip |
sh instead of bash in configure
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh function makeMakefile() |