diff --git a/configure b/configure index a4979ffadb2a..c67af8e70167 100755 --- a/configure +++ b/configure @@ -10,7 +10,7 @@ elif test -f myconfig.sh; then MOZ_MYCONFIG=myconfig.sh . $_load_myconfig elif test -f $_topsrcdir/myconfig.sh; then - MOZ_MYCONFIG=$_topscrdir/myconfig.sh + MOZ_MYCONFIG=$_topsrcdir/myconfig.sh . $_load_myconfig fi