this starts using the 'env' tool to locate bash for us, so we don't have
hard-coded paths. the hard-coding of those always bugged me, and this
is a better solution, assuming that the environment has 'bash' resolve
to the right version of bash. that is an externality that we cannot
enforce or guarantee, so it's appropriate to give up on trying to do so.
12 files changed:
-#!/bin/bash
+#!/usr/bin/env bash
#
# Provides functions for checking and sorting the contents of arrays.
-#!/bin/bash
+#!/usr/bin/env bash
##############
# Name : common.alias
# Author : Chris Koeritz
-#!/bin/bash
+#!/usr/bin/env bash
# Author: Chris Koeritz
-#!/bin/bash
+#!/usr/bin/env bash
# create_tempdir:
#
-#!/bin/bash
+#!/usr/bin/env bash
# This defines some general, useful functions.
-#!/bin/bash
+#!/usr/bin/env bash
# a frivolous but useful script that shows information about the local
# computer in terms of an adventure game inventory listing.
-#!/bin/bash
+#!/usr/bin/env bash
# tells the caller if the feisty_meow scripts have been initialized
# successfully or not, as far as we can tell.
-#!/bin/bash
+#!/usr/bin/env bash
##############
-#!/bin/bash
+#!/usr/bin/env bash
# this is the feisty meow host preparation script. it installs all the packages required to run and build feisty meow scripts and applications.
# this script may still be a bit incomplete; we definitely use a lot of unix and linux tools in different scripts.
-#!/bin/bash
+#!/usr/bin/env bash
#
# reconfigure_feisty_meow:
#
-#!/bin/bash
+#!/usr/bin/env bash
# a break out of the popular replace_pattern_in_file function that
# can work with multiple files.
-#!/bin/bash
+#!/usr/bin/env bash
##############