diff options
| author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2010-06-04 18:03:00 -0400 |
|---|---|---|
| committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2010-11-09 16:35:33 -0500 |
| commit | d28f0587149ab3086e3978c1251909c1742e6240 (patch) | |
| tree | 6b9bd468411b1cf221e036ad882e4843aede6fb8 | |
| parent | 7e2ce6bc42f1b23a9a428cc3cd57177f8472b3f7 (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-x | setsched | 2 | ||||
| -rwxr-xr-x | showsched | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -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 | ||
| @@ -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 | ||
