From ff27591521f562e9b0f3889b6cd9ae0d48bdcaf7 Mon Sep 17 00:00:00 2001 From: Manatsawin Hanmongkolchai Date: Sat, 27 Feb 2016 21:07:29 +0700 Subject: [PATCH] _autosetup: use bash instead of sh to allow variable variables --- _autosetup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_autosetup b/_autosetup index 2a3fc11552..f66bc2ea1a 100755 --- a/_autosetup +++ b/_autosetup @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ## $Id$