aboutsummaryrefslogtreecommitdiff
path: root/ec2/deploy.generic
diff options
context:
space:
mode:
authorUbuntu <ubuntu@ip-10-196-90-205.us-west-1.compute.internal>2013-07-18 00:51:18 +0000
committerUbuntu <ubuntu@ip-10-196-90-205.us-west-1.compute.internal>2013-07-18 00:51:18 +0000
commit88a0823c58304fa1b290667d95a482105a8a5f52 (patch)
treeb5dd5a8880a49bf2492f1db5d538b37c2340ea6f /ec2/deploy.generic
parentcad48edb70c58a48f66851e963f51db712ab7863 (diff)
downloadspark-88a0823c58304fa1b290667d95a482105a8a5f52.tar.gz
spark-88a0823c58304fa1b290667d95a482105a8a5f52.tar.bz2
spark-88a0823c58304fa1b290667d95a482105a8a5f52.zip
Consistently invoke bash with /usr/bin/env bash in scripts to make code more portable (JIRA Ticket SPARK-817)
Diffstat (limited to 'ec2/deploy.generic')
-rw-r--r--ec2/deploy.generic/root/mesos-ec2/ec2-variables.sh2
-rw-r--r--ec2/deploy.generic/root/spark-ec2/ec2-variables.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/ec2/deploy.generic/root/mesos-ec2/ec2-variables.sh b/ec2/deploy.generic/root/mesos-ec2/ec2-variables.sh
index 50ecf83404..ede6c78428 100644
--- a/ec2/deploy.generic/root/mesos-ec2/ec2-variables.sh
+++ b/ec2/deploy.generic/root/mesos-ec2/ec2-variables.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# These variables are automatically filled in by the mesos-ec2 script.
export MESOS_MASTERS="{{master_list}}"
diff --git a/ec2/deploy.generic/root/spark-ec2/ec2-variables.sh b/ec2/deploy.generic/root/spark-ec2/ec2-variables.sh
index 166a884c88..685ed8be8c 100644
--- a/ec2/deploy.generic/root/spark-ec2/ec2-variables.sh
+++ b/ec2/deploy.generic/root/spark-ec2/ec2-variables.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# These variables are automatically filled in by the mesos-ec2 script.
export MESOS_MASTERS="{{master_list}}"