From 13d003fe0d26e7abdf1f14b6611b43000aa98fdc Mon Sep 17 00:00:00 2001 From: Amit Aryeh Levy Date: Thu, 24 Sep 2020 13:21:52 -0700 Subject: [PATCH] Use /bin/sh instead of /bin/bash for scripts --- classpath.sh | 2 +- oltpbenchmark | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/classpath.sh b/classpath.sh index d38309122..3336d4e5b 100755 --- a/classpath.sh +++ b/classpath.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh echo -ne "build" for i in `ls lib/*.jar`; do diff --git a/oltpbenchmark b/oltpbenchmark index f2d511427..243ea6dc0 100755 --- a/oltpbenchmark +++ b/oltpbenchmark @@ -1,3 +1,3 @@ -#!/bin/bash +#!/bin/sh java -Xmx8G -cp `./classpath.sh bin` -Dlog4j.configuration=log4j.properties com.oltpbenchmark.DBWorkload $@