diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-04-06 10:01:29 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-04-06 10:01:29 +0000 |
commit | 76ab96d1b5df195056673188ab676f5593e350e3 (patch) | |
tree | cd7706bbf9a523384a5f2e51a249e79271e2b8cc /scripts/get_linux_config.sh | |
parent | d5b8a665b572ed54595457f554fcdbfc631434e5 (diff) |
Fix bad use of symbol
Diffstat (limited to 'scripts/get_linux_config.sh')
-rwxr-xr-x | scripts/get_linux_config.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/get_linux_config.sh b/scripts/get_linux_config.sh index c9f39cd87..1ea8b2550 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 |