steadfasterX 5f783a6618
Functions.sh: fix source not found (#199)
Fixes the following issue on systems where /bin/sh != /bin/bash (e.g. Ubuntu):

> source [...]/Scripts/Common/Tag_Verifier.sh && verifyTagIfPlatform  : 1: source: not found

for these (unsupported) systems the following is still required (not needed on Fedora or other systems using /bin/sh -> /bin/bash):
 
1. `ln -s /bin/bash ~/.local/bin/sh`
2. .bashrc -> `export PATH="$HOME/.local/bin:$PATH"`
3. .bashrc -> `alias sh='/bin/bash'`

Signed-off-by: steadfasterX <steadfasterX@users.noreply.github.com>
2023-03-31 16:59:45 +00:00
..
2023-03-08 16:14:51 -05:00
2023-03-22 16:23:26 -04:00
2023-02-01 18:30:29 -05:00
2023-03-08 01:14:06 -05:00
2023-03-18 20:52:59 -04:00
2022-10-15 10:39:48 -04:00
2023-03-08 01:14:06 -05:00
2021-10-16 22:57:43 -04:00
2023-03-31 12:38:46 -04:00