diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2008-11-03 14:58:40 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2008-11-03 14:58:40 +0100 |
commit | 639c585b8eb617057605c4fc6e20cd6ccbf777ad (patch) | |
tree | 9fd2302de07d8828d208d8f8aa9b2b16fe05e36e | |
parent | 6e0e1ab2c395ceaadcdde0cf8a4fb8c0bc639265 (diff) |
fix for notify not defined
-rwxr-xr-x | src/fifa.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/fifa.sh b/src/fifa.sh index a819bfd..554436d 100755 --- a/src/fifa.sh +++ b/src/fifa.sh @@ -21,6 +21,14 @@ Available procedures on the filesystem: } +##### TMP functions that we need during early bootstrap but will be overidden with decent functions by libraries ###### + + +notify () +{ + echo -e "$@" +} + ###### Core functions ###### |