From a50a5411db21f4cde449d1bb26f85b8bbee275ac Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Tue, 29 Jan 2013 16:41:42 +0000 Subject: scripts/bootstrap: Fix eglibc2 build --- scripts/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/bootstrap b/scripts/bootstrap index 775307ad..37ce6952 100755 --- a/scripts/bootstrap +++ b/scripts/bootstrap @@ -236,7 +236,7 @@ build_eglibc() { # Necessary for ARM port. if [ ! -e "$source_dir/libc/ports" ]; then - ln -s "$source_dir/ports $source_dir/libc/ports" + ln -s "$source_dir/ports" "$source_dir/libc/ports" fi cd "$source_dir" -- cgit v1.2.1