From: Ulf Samuelsson Date: Sun, 6 Apr 2008 10:01:29 +0000 (-0000) Subject: Fix bad use of symbol X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=76ab96d1b5df195056673188ab676f5593e350e3;p=buildroot.git Fix bad use of symbol --- diff --git a/scripts/get_linux_config.sh b/scripts/get_linux_config.sh index c9f39cd877..1ea8b25503 100755 --- a/scripts/get_linux_config.sh +++ b/scripts/get_linux_config.sh @@ -8,6 +8,7 @@ BOARD_PATH=$1 LINUX26_DIR=$2 cd ${TOPDIR}/${BOARD_PATH} +mkdir -p ${LINUX26_DIR} for i in `ls *linux*.config` ; do echo Copying $i ... cp $i ${LINUX26_DIR}/.config