use tabs for indentation in shell scripts

This commit is contained in:
Marek Marczykowski 2013-02-16 15:27:44 +01:00
parent 91a632738d
commit 746cb149c9
2 changed files with 22 additions and 23 deletions

View File

@ -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")