mirror of
https://github.com/erenfro/gen2stage4.git
synced 2024-11-13 02:38:57 -05:00
Removed whitespace
This commit is contained in:
parent
eaf4ad068f
commit
bc637d61d1
1 changed files with 3 additions and 4 deletions
|
@ -47,7 +47,7 @@ while getopts ':te:skqcblph' flag; do
|
|||
;;
|
||||
k)
|
||||
S_KERNEL=1
|
||||
;;
|
||||
;;
|
||||
c)
|
||||
EXCLUDE_CONNMAN=1
|
||||
;;
|
||||
|
@ -212,7 +212,7 @@ then
|
|||
else
|
||||
echo ""
|
||||
echo "tar $TAR_OPTIONS -f $STAGE4_FILENAME.kmod ${TARGET}lib/modules/$(uname -r)*"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
echo ""
|
||||
echo -n "Type \"yes\" to continue or anything else to quit: "
|
||||
|
@ -231,8 +231,7 @@ then
|
|||
tar $TAR_OPTIONS -f $STAGE4_FILENAME.kmod ${TARGET}lib64/modules/$(uname -r)*
|
||||
else
|
||||
tar $TAR_OPTIONS -f $STAGE4_FILENAME.kmod ${TARGET}lib/modules/$(uname -r)*
|
||||
fi
|
||||
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue