use tabs for indentation in shell scripts
This commit is contained in:
parent
91a632738d
commit
746cb149c9
@ -36,7 +36,6 @@ else
|
|||||||
export INSTALLDIR=`pwd`/mnt/
|
export INSTALLDIR=`pwd`/mnt/
|
||||||
|
|
||||||
scripts_"${DIST}"/01_install_core.sh
|
scripts_"${DIST}"/01_install_core.sh
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
PKGLISTFILE=$(shell [ -r scripts_"${DIST}/packages_$(DIST).list" ] && echo scripts_"${DIST}/packages_$(DIST).list" || echo scripts_"${DIST}/packages.list")
|
PKGLISTFILE=$(shell [ -r scripts_"${DIST}/packages_$(DIST).list" ] && echo scripts_"${DIST}/packages_$(DIST).list" || echo scripts_"${DIST}/packages.list")
|
||||||
|
Loading…
Reference in New Issue
Block a user