Remove undesirable pwd that was probably used as a path check earlier on

This commit is contained in:
Tk-Glitch 2020-11-04 17:22:47 +01:00
parent 43f016c545
commit b5ac6c6f74

View File

@ -321,7 +321,7 @@ _tkg_srcprep() {
fi
fi
pwd
# Void
if [ "$_distro" = "Void" ] && [[ "$_sub" = rc* ]]; then
cd ${wrksrc}/linux-${_rc_kern_ver}
elif [ "$_distro" = "Void" ]; then