From 33e2b5518fa953d173d84c8ab69b6a0a509f0884 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Sat, 22 Aug 2015 16:04:51 -0400 Subject: [PATCH] fix_code_style.sh requires bash --- Tools/fix_code_style.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/fix_code_style.sh b/Tools/fix_code_style.sh index f1818f2f54..96c6d60f02 100755 --- a/Tools/fix_code_style.sh +++ b/Tools/fix_code_style.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) astyle \ --options=$DIR/astylerc \