|
@@ -16,7 +16,7 @@ if test -z "$NOCONFIGURE" ; then
|
|
|
cd "${bs_dir}" &> /dev/null
|
|
cd "${bs_dir}" &> /dev/null
|
|
|
test "$?" = "0" || e=1
|
|
test "$?" = "0" || e=1
|
|
|
test "$cwd" != "$bs_dir" && cd "$bs_dir" &> /dev/null
|
|
test "$cwd" != "$bs_dir" && cd "$bs_dir" &> /dev/null
|
|
|
- ./configure $@
|
|
|
|
|
|
|
+ ./configure "$@"
|
|
|
test "$e" = "1" && exit 1
|
|
test "$e" = "1" && exit 1
|
|
|
cd "$cwd"
|
|
cd "$cwd"
|
|
|
fi
|
|
fi
|