Merge branch 'release-2.140.136'
[feisty_meow.git] / scripts / core / search_replace.sh
index 9825c6cadeea546c7f2a75b644b51ec91b87edd1..9849db80cb1314a49950562967a81dcdece433b5 100644 (file)
@@ -1,9 +1,9 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 # a break out of the popular replace_pattern_in_file function that
 # can work with multiple files.
 
-source "$FEISTY_MEOW_SCRIPTS/core/functions.sh"
+source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
 
 pattern="$1"; shift
 replacement="$1"; shift