summaryrefslogtreecommitdiff
path: root/src/fifa.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-03 14:58:40 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-03 14:58:40 +0100
commit639c585b8eb617057605c4fc6e20cd6ccbf777ad (patch)
tree9fd2302de07d8828d208d8f8aa9b2b16fe05e36e /src/fifa.sh
parent6e0e1ab2c395ceaadcdde0cf8a4fb8c0bc639265 (diff)
fix for notify not defined
Diffstat (limited to 'src/fifa.sh')
-rwxr-xr-xsrc/fifa.sh8
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 ######