lineage: move mka definition above brunch

Otherwise it's not defined for brunch.

Change-Id: I642e3db365fab46d4428d1b1f310304280b72efc
This commit is contained in:
Timi Rautamäki
2022-03-24 08:21:34 +00:00
committed by Łukasz Patron
parent 9f8a664bc4
commit b55f5af61b

View File

@@ -23,6 +23,8 @@ Additional LineageOS functions:
EOF EOF
} }
alias mka=m
function mk_timer() function mk_timer()
{ {
local start_time=$(date +"%s") local start_time=$(date +"%s")
@@ -716,8 +718,6 @@ function lineagerebase() {
cd $pwd cd $pwd
} }
alias mka=m
function cmka() { function cmka() {
if [ ! -z "$1" ]; then if [ ! -z "$1" ]; then
for i in "$@"; do for i in "$@"; do