Skip to content

Commit ef69cee

Browse files
authored
Merge pull request #48 from VERITAS-Observatory/bash
use always bash
2 parents c5b06ff + e9eef83 commit ef69cee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/prepare_DAG_jobs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
# DAGMan Workflows to prepare all steps simultaneously
33
#
44

scripts/submit_jobs_to_htcondor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22
#
33
# submit a list of scripts to HTCondor job submission system
44
#

0 commit comments

Comments
 (0)