aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2010-06-04 18:03:00 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2010-11-09 16:35:33 -0500
commitd28f0587149ab3086e3978c1251909c1742e6240 (patch)
tree6b9bd468411b1cf221e036ad882e4843aede6fb8
parent7e2ce6bc42f1b23a9a428cc3cd57177f8472b3f7 (diff)
don't require /bin/bash
We don't have BASH on District10 at the moment, and the scripts work just fine with busybox's /bin/sh replacement (ash).
-rwxr-xr-xsetsched2
-rwxr-xr-xshowsched2
2 files changed, 2 insertions, 2 deletions
diff --git a/setsched b/setsched
index 0714f46..df38558 100755
--- a/setsched
+++ b/setsched
@@ -1,4 +1,4 @@
1#!/bin/bash 1#!/bin/sh
2# 2#
3# setsched: facilitate changing the active scheduler plugin. 3# setsched: facilitate changing the active scheduler plugin.
4 4
diff --git a/showsched b/showsched
index d6f6d3a..a936e05 100755
--- a/showsched
+++ b/showsched
@@ -1,4 +1,4 @@
1#!/bin/bash 1#!/bin/sh
2# 2#
3# showsched: show the currently active plugin and exit. 3# showsched: show the currently active plugin and exit.
4 4