comparison buildall.bash @ 401:99f93dec8fea

Start removing select Linux-isms bash might not be in /bin. Don't expect it there.
author Dan McGregor <dan.mcgregor@usask.ca>
date Mon, 10 Aug 2015 14:49:46 -0600
parents ab4515606277
children 47a2714ca802
comparison
equal deleted inserted replaced
394:0d96d2bbf225 401:99f93dec8fea
1 #!/bin/bash 1 #!/usr/bin/env bash
2 ###| Builder Script |### 2 ###| Builder Script |###
3 # 3 #
4 # Builds all permutations of modules 4 # Builds all permutations of modules
5 # This script is an attempt to maintain module sanity as new ones are added 5 # This script is an attempt to maintain module sanity as new ones are added
6 # 6 #