1
0
Fork 0
forked from len0rd/rockbox

Remove bash-specific syntax from rockboxdev.sh

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31422 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2011-12-24 15:40:11 +00:00
parent 4539ffe1f3
commit 2ec443df12

View file

@ -207,7 +207,7 @@ build() {
case $toolname in case $toolname in
ctng) # ct-ng doesnt support out-of-tree build and the src folder is named differently ctng) # ct-ng doesnt support out-of-tree build and the src folder is named differently
toolname="crosstool-ng" toolname="crosstool-ng"
cp -r ../$toolname-$version/{*,.version} . cp -r ../$toolname-$version/* ../$toolname-$version/.version .
./configure --prefix=$prefix $configure_params ./configure --prefix=$prefix $configure_params
;; ;;
*) *)