diff --git a/scripts/3_Configure_Source_Code.sh b/scripts/3_Configure_Source_Code.sh index 4cf42bf..9d4699d 100755 --- a/scripts/3_Configure_Source_Code.sh +++ b/scripts/3_Configure_Source_Code.sh @@ -20,7 +20,7 @@ mkdir -p ${_MOZBUILD} printf "\nCopying branding and source code changes to firefox source code\n"; git clone $_COMMON_REPO ${_COMMON_DIR} cd ${_COMMON_DIR} -git checkout ${_COMMON_TAG} +#git checkout ${_COMMON_TAG} cd .. cp -r ${_COMMON_DIR}/source_files/* $srcdir/;