summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/build.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/build.sh b/bin/build.sh
index 7482a635..df7ca53c 100755
--- a/bin/build.sh
+++ b/bin/build.sh
@@ -1,5 +1,6 @@
#!/bin/bash
+DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
to-fir $1
-(cd generated; fir2flo.sh $1)
-(cd generated; flo-app $1)
+(cd generated; $DIR/fir2flo.sh $1)
+(cd generated; $DIR/flo-app $1)