Kaydet (Commit) a662a8bf authored tarafından sulincix's avatar sulincix

hook fixes

üst 3aad8781
......@@ -17,5 +17,8 @@ else
BuildType="python"
elif [ -f "$WORKDIR/configure" ] ; then
BuildType="autotools"
else
err "Some functions missing or unibuild could not detected build type!!!"
exit 127
fi
fi
......@@ -12,7 +12,7 @@ if [ -f "$1" ] ; then
elif echo "$1" | grep "^.*://" &>/dev/null ; then
source <(curl $1)
else
echo "Source not detected or not supported."
err "Source not detected or not supported."
exit 1
fi
source $MODDIR/../target/$TARGET
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment