diff --git a/setup.sh b/setup.sh index bbfed4e29..587993092 100755 --- a/setup.sh +++ b/setup.sh @@ -324,7 +324,7 @@ else if [ "$autoos" = "" ]; then autoos=2 fi - $perl "$srcdir/oschooser.pl" "$srcdir/os_list.txt" $tempdir/$$.os $autoos + $perl "$srcdir/oschooser.pl" "$srcdir/os_list.txt" "$tempdir/$$.os" $autoos if [ $? != 0 ]; then exit $? fi