summaryrefslogtreecommitdiffstats
path: root/scripts/create_beaker_job
diff options
context:
space:
mode:
authorMatthew Harmsen <mharmsen@pki.usersys.redhat.com>2016-04-26 11:06:10 -0600
committerMatthew Harmsen <mharmsen@pki.usersys.redhat.com>2016-04-26 14:53:33 -0600
commit4708983b88d33cb1b1c2cc913499c18dfc7d6959 (patch)
tree32c9301340a090b4fb8a69b5ac46c547e23ae7da /scripts/create_beaker_job
parent33d02d644a1f61bce25698ec28a8ce9890ee3067 (diff)
downloadpki-4708983b88d33cb1b1c2cc913499c18dfc7d6959.tar.gz
pki-4708983b88d33cb1b1c2cc913499c18dfc7d6959.tar.xz
pki-4708983b88d33cb1b1c2cc913499c18dfc7d6959.zip
fix bashisms
- PKI TRAC Ticket #2249 - fix bashisms - changes 'source' to '.' - changes 'bash' to 'sh'
Diffstat (limited to 'scripts/create_beaker_job')
-rwxr-xr-xscripts/create_beaker_job2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create_beaker_job b/scripts/create_beaker_job
index 5184d4883..f7602dcdd 100755
--- a/scripts/create_beaker_job
+++ b/scripts/create_beaker_job
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /bin/sh
### Exit if there not enough parameters specified.
if [ $# -lt 2 ];