Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 71dcecf8 authored by Robert Nelson's avatar Robert Nelson
Browse files

fix: chroot doesnt have this


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 38ca7789
Branches
Tags
No related merge requests found
...@@ -25,7 +25,9 @@ ...@@ -25,7 +25,9 @@
git="git am" git="git am"
#git="git am --whitespace=fix" #git="git am --whitespace=fix"
source ${DIR}/system.sh if [ -f ${DIR}/system.sh ] ; then
source ${DIR}/system.sh
fi
if [ "${RUN_BISECT}" ] ; then if [ "${RUN_BISECT}" ] ; then
git="git apply" git="git apply"
......
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