Handle without-pull in sys/user and install-su
This commit is contained in:
parent
ef2965d3f8
commit
149f4b61de
2 changed files with 3 additions and 1 deletions
|
|
@ -25,8 +25,9 @@ if [ "$1" != "--without-pull" ]; then
|
|||
echo "WARNING: Updating from remote repository"
|
||||
echo git pull
|
||||
fi
|
||||
fi # wat ?
|
||||
fi
|
||||
else
|
||||
export WITHOUT_PULL=1
|
||||
shift
|
||||
fi
|
||||
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ if [ "$1" != "--without-pull" ]; then
|
|||
fi
|
||||
fi
|
||||
else
|
||||
export WITHOUT_PULL=1
|
||||
shift
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue